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 fc50e81 commit 5482409Copy full SHA for 5482409
stdlib/public/core/CMakeLists.txt
@@ -276,7 +276,6 @@ if(SWIFT_CHECK_ESSENTIAL_STDLIB)
276
endif()
277
278
279
-set(shared_only_libs)
280
if(SWIFT_BUILD_STATIC_STDLIB AND "${SWIFT_PRIMARY_VARIANT_SDK}" STREQUAL "LINUX")
281
list(APPEND swift_core_private_link_libraries swiftImageInspectionShared)
282
@@ -303,8 +302,6 @@ add_swift_target_library(swiftCore
303
302
${swift_core_private_link_libraries}
304
INCORPORATE_OBJECT_LIBRARIES
305
swiftRuntime swiftStdlibStubs
306
- INCORPORATE_OBJECT_LIBRARIES_SHARED_ONLY
307
- ${shared_only_libs}
308
FRAMEWORK_DEPENDS
309
${swift_core_framework_depends}
310
INSTALL_IN_COMPONENT
0 commit comments