We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64fa7d1 + 481846c commit ebfcfdcCopy full SHA for ebfcfdc
Sources/VariadicsGenerator/VariadicsGenerator.swift
@@ -18,6 +18,8 @@ import Darwin
18
import Glibc
19
#elseif os(Windows)
20
import CRT
21
+#elseif canImport(Bionic)
22
+import Bionic
23
#endif
24
25
// (T), (T)
0 commit comments