Skip to content

Commit d873f38

Browse files
authored
Merge pull request #213 from finagolfin/bionic
Import new Bionic module from Android overlay instead
2 parents 9b2ac3a + 135a924 commit d873f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/IndexStoreDB/IndexStoreDB.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import Foundation
1919
import Glibc
2020
#elseif os(Windows)
2121
import ucrt
22-
#elseif canImport(Android)
23-
import Android
22+
#elseif canImport(Bionic)
23+
import Bionic
2424
#else
2525
import Darwin.POSIX
2626
#endif

0 commit comments

Comments
 (0)