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 c5a7eff commit 1b4197dCopy full SHA for 1b4197d
stdlib/public/Cxx/CMakeLists.txt
@@ -9,7 +9,7 @@ add_swift_target_library(swiftCxx ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_SDK_OVE
9
-Xcc -nostdinc++
10
11
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}"
12
- INSTALL_IN_COMPONENT sdk-overlay)
+ INSTALL_IN_COMPONENT compiler)
13
14
add_subdirectory(std)
15
add_subdirectory(cxxshim)
stdlib/public/Cxx/std/CMakeLists.txt
@@ -147,5 +147,5 @@ add_swift_target_library(swiftstd ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_SDK_OVE
147
148
149
TARGET_SDKS ALL_APPLE_PLATFORMS LINUX
150
- INSTALL_IN_COMPONENT sdk-overlay
+ INSTALL_IN_COMPONENT compiler
151
DEPENDS libstdcxx-modulemap)
0 commit comments