Skip to content

Commit a1b546a

Browse files
authored
[LibCURL_jll] Add major extension to SONAME (#48758)
We should be consistent in the SONAMEs we use when loading, so that we are properly declaring the ABI we support when loading `libcurl`.
1 parent 7823552 commit a1b546a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/LibCURL_jll/src/LibCURL_jll.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if Sys.iswindows()
2323
elseif Sys.isapple()
2424
const libcurl = "@rpath/libcurl.4.dylib"
2525
else
26-
const libcurl = "libcurl.so"
26+
const libcurl = "libcurl.so.4"
2727
end
2828

2929
function __init__()

0 commit comments

Comments
 (0)