We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 979556c + 71693ae commit 3c6a4efCopy full SHA for 3c6a4ef
tools/driver/CMakeLists.txt
@@ -34,7 +34,7 @@ add_swift_tool_symlink(swift-format swift editor-integration)
34
35
# If building as part of clang, make sure the headers are installed.
36
if(NOT SWIFT_BUILT_STANDALONE)
37
- add_dependencies(swift clang-headers)
+ add_dependencies(swift clang-resource-headers)
38
endif()
39
40
swift_install_in_component(compiler
tools/swift-remoteast-test/CMakeLists.txt
@@ -13,6 +13,6 @@ endif()
13
14
15
16
17
18
0 commit comments