mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Concurrency][Linux] Fix WASI build.
This doesn't actually add proper WASI support - it just fixes the build so that we're no worse off than we were. rdar://141348916
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#if !$Embedded
|
||||
#if !$Embedded && !os(WASI)
|
||||
|
||||
import Swift
|
||||
|
||||
@@ -200,4 +200,4 @@ extension DispatchGlobalTaskExecutor: DispatchExecutorProtocol {
|
||||
extension DispatchMainExecutor: DispatchExecutorProtocol {
|
||||
}
|
||||
|
||||
#endif // !$Embedded
|
||||
#endif // !$Embedded && !os(WASI)
|
||||
|
||||
Reference in New Issue
Block a user