We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7603df commit c8caab4Copy full SHA for c8caab4
stdlib/public/Differentiation/TgmathDerivatives.swift.gyb
@@ -24,7 +24,7 @@ import Swift
24
import WASILibc
25
#elseif os(Windows)
26
import CRT
27
-#elseif os(Android)
+#elseif canImport(Android)
28
import Android
29
#else
30
#error("Unsupported platform")
0 commit comments