Skip to content

Commit 35acc21

Browse files
committed
[Concurrency] Fix back deploying concurrency threading (take 2).
Looks like I got the fix slightly wrong. Sorry. This should work.
1 parent b7fd963 commit 35acc21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/BackDeployConcurrency/CMakeLists.txt

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

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

0 commit comments

Comments
 (0)