We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ec600 commit 481846cCopy full SHA for 481846c
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