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 897fd5a + 5d50279 commit 9f5c090Copy full SHA for 9f5c090
stdlib/public/SwiftShims/swift/shims/CMakeLists.txt
@@ -155,6 +155,10 @@ add_custom_command_target(unused_var
155
156
add_dependencies(copy_shim_headers symlink_clang_headers_static)
157
158
+# Add dependency to ensure that the static headers are installed. This is needed because no target
159
+# depends on the static headers, so they would not be installed otherwise.
160
+add_dependencies(symlink_clang_headers symlink_clang_headers_static)
161
+
162
if(NOT SWIFT_BUILT_STANDALONE)
163
if(TARGET clang-resource-headers) # LLVM > 8
164
set(clang_resource_headers clang-resource-headers)
0 commit comments