Support compiling against Musl (#142)
Co-authored-by: Konrad `ktoso` Malawski <konrad.malawski@project13.pl>
This commit is contained in:
parent
33d3f71e00
commit
eb18581491
|
|
@ -34,6 +34,8 @@ import Darwin
|
||||||
import WinSDK
|
import WinSDK
|
||||||
#elseif canImport(Glibc)
|
#elseif canImport(Glibc)
|
||||||
import Glibc
|
import Glibc
|
||||||
|
#elseif canImport(Musl)
|
||||||
|
import Musl
|
||||||
#else
|
#else
|
||||||
#error("Unsupported runtime")
|
#error("Unsupported runtime")
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue