Skip to content

Commit eb18581

Browse files
Support compiling against Musl (#142)
Co-authored-by: Konrad `ktoso` Malawski <[email protected]>
1 parent 33d3f71 commit eb18581

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/CoreMetrics/Locks.swift

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ import Darwin
3434
import WinSDK
3535
#elseif canImport(Glibc)
3636
import Glibc
37+
#elseif canImport(Musl)
38+
import Musl
3739
#else
3840
#error("Unsupported runtime")
3941
#endif

0 commit comments

Comments
 (0)