Skip to content

Commit d3d7f4a

Browse files
committed
[Concurrency] Fix back deploy concurrency threading.
If building the stdlib/runtime is disabled, building BackDeployConcurrency still needs the Threading object library.
1 parent 4967cd5 commit d3d7f4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/BackDeployConcurrency/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ set(LLVM_OPTIONAL_SOURCES
6666
TaskSleepDuration.swift)
6767

6868
add_subdirectory(../Concurrency stdlib/public/BackDeployConcurrency)
69+
add_subdirectory(../Threading stdlib/public/BackDeployConcurrency)

0 commit comments

Comments
 (0)