Skip to content

Commit 8f7e900

Browse files
authored
Fix cross-compilation to the static Linux SDK (#510)
1 parent 9f84290 commit 8f7e900

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/ConnectionPoolModule/PoolStateMachine.swift

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#if canImport(Darwin)
22
import Darwin
3-
#else
3+
#elseif canImport(Glibc)
44
import Glibc
5+
#elseif canImport(Musl)
6+
import Musl
57
#endif
68

79
@usableFromInline

0 commit comments

Comments
 (0)