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 8fa40e4 commit 86faf7cCopy full SHA for 86faf7c
stdlib/public/runtime/CMakeLists.txt
@@ -68,7 +68,7 @@ add_swift_library(swiftRuntime IS_STDLIB IS_STDLIB_CORE
68
${swift_runtime_leaks_sources}
69
${swift_runtime_port_sources}
70
C_COMPILE_FLAGS ${swift_runtime_compile_flags}
71
- INSTALL_IN_COMPONENT stdlib)
+ INSTALL_IN_COMPONENT never_install)
72
73
if(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
74
add_swift_library(section_magic_begin IS_STDLIB IS_STDLIB_CORE
0 commit comments