Skip to content

Commit f067727

Browse files
authored
Merge pull request #218 from buttaface/master
Port to Android
2 parents 9dcf987 + 81c5b90 commit f067727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44
import Foundation
55

6-
#if os(Linux)
6+
#if canImport(Glibc)
77
import Glibc
88
#else
99
import Darwin.C

0 commit comments

Comments
 (0)