Skip to content

Commit 7353b03

Browse files
authored
WebAssemblyRecipe: remove -lswift_ConcurrencyDefaultExecutor for embedded
Embedded Swift Concurrency is currently broken, and linking this library leads to more issues. Let's exclude it for now.
1 parent bfe5cc1 commit 7353b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSDKGenerator/SwiftSDKRecipes/WebAssemblyRecipe.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ package struct WebAssemblyRecipe: SwiftSDKRecipe {
6969

7070
toolset.swiftCompiler?.extraCLIOptions?.append(
7171
// libraries required for concurrency
72-
contentsOf: ["-lc++", "-lswift_Concurrency", "-lswift_ConcurrencyDefaultExecutor"].flatMap {
72+
contentsOf: ["-lc++", "-lswift_Concurrency"].flatMap {
7373
["-Xlinker", $0]
7474
}
7575
)

0 commit comments

Comments
 (0)