Skip to content

Commit 93b4ed1

Browse files
committed
[Runtime] Don't install libsection_magic_{begin,end}.a
1 parent 9114293 commit 93b4ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/runtime/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
7474
add_swift_library(section_magic_begin IS_STDLIB IS_STDLIB_CORE
7575
swift_sections.S
7676
C_COMPILE_FLAGS ${swift_runtime_compile_flags} "-DSWIFT_BEGIN"
77-
INSTALL_IN_COMPONENT stdlib)
77+
INSTALL_IN_COMPONENT never_install)
7878
add_swift_library(section_magic_end IS_STDLIB IS_STDLIB_CORE
7979
swift_sections.S
8080
C_COMPILE_FLAGS ${swift_runtime_compile_flags} "-DSWIFT_END"
81-
INSTALL_IN_COMPONENT stdlib)
81+
INSTALL_IN_COMPONENT never_install)
8282
endif()
8383

8484
set(object_target_list)

0 commit comments

Comments
 (0)