File tree 1 file changed +1
-4
lines changed
stdlib/public/Concurrency
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,8 @@ set(swift_concurrency_private_link_libraries)
29
29
if (CMAKE_SYSTEM_NAME STREQUAL Windows)
30
30
list (APPEND swift_concurrency_private_link_libraries Synchronization)
31
31
endif ()
32
-
33
- set (swift_concurrency_incorporate_object_libraries)
34
32
if (NOT SWIFT_BUILD_STATIC_STDLIB)
35
- list (APPEND swift_concurrency_incorporate_object_libraries swiftThreading)
33
+ list (APPEND swift_concurrency_private_link_libraries swiftThreading)
36
34
endif ()
37
35
38
36
if ("${SWIFT_CONCURRENCY_GLOBAL_EXECUTOR} " STREQUAL "dispatch" )
@@ -142,7 +140,6 @@ add_swift_target_library(swift_Concurrency ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} I
142
140
SWIFT_MODULE_DEPENDS_WINDOWS CRT
143
141
144
142
PRIVATE_LINK_LIBRARIES ${swift_concurrency_private_link_libraries}
145
- INCORPORATE_OBJECT_LIBRARIES ${swift_concurrency_incorporate_object_libraries}
146
143
LINK_LIBRARIES ${swift_concurrency_link_libraries}
147
144
148
145
C_COMPILE_FLAGS
You can’t perform that action at this time.
0 commit comments