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.
1 parent 3ff3ab7 commit cd8760dCopy full SHA for cd8760d
stdlib/public/Platform/CMakeLists.txt
@@ -157,8 +157,14 @@ foreach(sdk ${SWIFT_SDKS})
157
swift_install_in_component(FILES "${glibc_modulemap_out}"
158
DESTINATION "lib/swift/${arch_subdir}"
159
COMPONENT sdk-overlay)
160
+ swift_install_in_component(FILES "${glibc_header_out}"
161
+ DESTINATION "lib/swift/${arch_subdir}"
162
+ COMPONENT sdk-overlay)
163
164
if(SWIFT_BUILD_STATIC_STDLIB)
165
+ swift_install_in_component(FILES "${glibc_modulemap_out}"
166
+ DESTINATION "lib/swift_static/${arch_subdir}"
167
168
swift_install_in_component(FILES "${glibc_header_out}"
169
DESTINATION "lib/swift_static/${arch_subdir}"
170
0 commit comments