Skip to content

Commit 86faf7c

Browse files
author
Greg Parker
committed
[runtime] Don't install libswiftRuntime.a
libswiftRuntime.a is an internal object file. Its contents are incorporated into libswiftCore.dylib and libswiftCore.a. rdar://25353757
1 parent 8fa40e4 commit 86faf7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/runtime/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ add_swift_library(swiftRuntime IS_STDLIB IS_STDLIB_CORE
6868
${swift_runtime_leaks_sources}
6969
${swift_runtime_port_sources}
7070
C_COMPILE_FLAGS ${swift_runtime_compile_flags}
71-
INSTALL_IN_COMPONENT stdlib)
71+
INSTALL_IN_COMPONENT never_install)
7272

7373
if(CMAKE_SYSTEM_NAME STREQUAL "Linux" OR CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
7474
add_swift_library(section_magic_begin IS_STDLIB IS_STDLIB_CORE

0 commit comments

Comments
 (0)