Skip to content

Commit e150f55

Browse files
authored
fix the android build (#39)
The main executor isn't building on android
1 parent 6054df6 commit e150f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ConcurrencyExtras/MainSerialExecutor.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !os(WASI) && !os(Windows)
1+
#if !os(WASI) && !os(Windows) && !os(Android)
22
import Foundation
33

44
/// Perform an operation on the main serial executor.

0 commit comments

Comments
 (0)