Skip to content

Commit aafb6e2

Browse files
committed
[Build] Add back the reference to the threading library at top level.
Without this, BackDeployConcurrency build will fail. rdar://99206914
1 parent fde58da commit aafb6e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,6 +1163,9 @@ endif()
11631163
if(SWIFT_BUILD_STDLIB)
11641164
add_subdirectory(stdlib)
11651165
else()
1166+
# Some of the things below depend on the threading library
1167+
add_subdirectory(stdlib/public/Threading)
1168+
11661169
if(SWIFT_BUILD_STDLIB_EXTRA_TOOLCHAIN_CONTENT)
11671170
add_subdirectory(stdlib/toolchain)
11681171
endif()

0 commit comments

Comments
 (0)