Skip to content

Commit

Permalink
Support compiling against Musl (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad `ktoso` Malawski <[email protected]>
  • Loading branch information
simonjbeaumont and ktoso authored May 14, 2024
1 parent 33d3f71 commit eb18581
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/CoreMetrics/Locks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ import Darwin
import WinSDK
#elseif canImport(Glibc)
import Glibc
#elseif canImport(Musl)
import Musl
#else
#error("Unsupported runtime")
#endif
Expand Down

0 comments on commit eb18581

Please sign in to comment.