We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc72483 commit 6e37a06Copy full SHA for 6e37a06
src/LibCURL.jl
@@ -3,8 +3,7 @@ module LibCURL
3
using LibCURL_jll
4
using MozillaCACerts_jll
5
6
-
7
-@static Sys.isapple()
+@static if Sys.isapple()
8
struct fd_set
9
fds_bits::NTuple{32, Int32}
10
end
0 commit comments