Skip to content

Commit

Permalink
fix the android build
Browse files Browse the repository at this point in the history
The main executor isn't building on android
  • Loading branch information
hyp committed Sep 27, 2024
1 parent 6054df6 commit 7ae93cf
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 7ae93cf

Please sign in to comment.