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 9114293 commit 93b4ed1Copy full SHA for 93b4ed1
stdlib/public/runtime/CMakeLists.txt
@@ -74,11 +74,11 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
74
add_swift_library(section_magic_begin IS_STDLIB IS_STDLIB_CORE
75
swift_sections.S
76
C_COMPILE_FLAGS ${swift_runtime_compile_flags} "-DSWIFT_BEGIN"
77
- INSTALL_IN_COMPONENT stdlib)
+ INSTALL_IN_COMPONENT never_install)
78
add_swift_library(section_magic_end IS_STDLIB IS_STDLIB_CORE
79
80
C_COMPILE_FLAGS ${swift_runtime_compile_flags} "-DSWIFT_END"
81
82
endif()
83
84
set(object_target_list)
0 commit comments