Skip to content

Commit 055df4a

Browse files
authored
Merge pull request #60817 from al45tair/eng/PR-99206914
[Build] Add back the reference to the threading library at top level.
2 parents fde58da + aafb6e2 commit 055df4a

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)