Skip to content

Commit 6b85bdf

Browse files
authored
Merge pull request #61007 from etcwilde/ewilde/fix-threadinglib
[Swift 5.6 compat] use compat threading library
2 parents 4b7db51 + e237d09 commit 6b85bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/toolchain/Compatibility56/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ add_swift_target_library("${library_name}" STATIC
1313

1414
C_COMPILE_FLAGS ${CXX_COMPILE_FLAGS}
1515
LINK_FLAGS ${CXX_LINK_FLAGS}
16-
INCORPORATE_OBJECT_LIBRARIES swiftThreading
16+
INCORPORATE_OBJECT_LIBRARIES swiftCompatibilityThreading
1717
SWIFT_COMPILE_FLAGS ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
1818
DEPLOYMENT_VERSION_OSX ${COMPATIBILITY_MINIMUM_DEPLOYMENT_VERSION_OSX}
1919
DEPLOYMENT_VERSION_IOS ${COMPATIBILITY_MINIMUM_DEPLOYMENT_VERSION_IOS}

0 commit comments

Comments
 (0)