Skip to content

Commit

Permalink
fix the android build (#39)
Browse files Browse the repository at this point in the history
The main executor isn't building on android
  • Loading branch information
hyp authored Oct 4, 2024
1 parent 6054df6 commit e150f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ConcurrencyExtras/MainSerialExecutor.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if !os(WASI) && !os(Windows)
#if !os(WASI) && !os(Windows) && !os(Android)
import Foundation

/// Perform an operation on the main serial executor.
Expand Down

0 comments on commit e150f55

Please sign in to comment.