Skip to content

Commit c8caab4

Browse files
committed
Fix canImport android
1 parent a7603df commit c8caab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Differentiation/TgmathDerivatives.swift.gyb

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import Swift
2424
import WASILibc
2525
#elseif os(Windows)
2626
import CRT
27-
#elseif os(Android)
27+
#elseif canImport(Android)
2828
import Android
2929
#else
3030
#error("Unsupported platform")

0 commit comments

Comments
 (0)