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 7823552 commit a1b546aCopy full SHA for a1b546a
stdlib/LibCURL_jll/src/LibCURL_jll.jl
@@ -23,7 +23,7 @@ if Sys.iswindows()
23
elseif Sys.isapple()
24
const libcurl = "@rpath/libcurl.4.dylib"
25
else
26
- const libcurl = "libcurl.so"
+ const libcurl = "libcurl.so.4"
27
end
28
29
function __init__()
0 commit comments