Android support (#159)
This PR makes the single `import Android` addition that is needed to get this package building for Android. `skip android test` passes against the emulator after I made this one change.
This commit is contained in:
parent
726392cf4e
commit
5e63558d12
|
|
@ -34,6 +34,8 @@ import Darwin
|
||||||
import WinSDK
|
import WinSDK
|
||||||
#elseif canImport(Glibc)
|
#elseif canImport(Glibc)
|
||||||
import Glibc
|
import Glibc
|
||||||
|
#elseif canImport(Android)
|
||||||
|
import Android
|
||||||
#elseif canImport(Musl)
|
#elseif canImport(Musl)
|
||||||
import Musl
|
import Musl
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue