Skip to content

Commit

Permalink
Update shared library name
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed May 21, 2022
1 parent 43786fb commit 0dcbf96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stdlib/LibGit2_jll/src/LibGit2_jll.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ libgit2_path = ""
if Sys.iswindows()
const libgit2 = "libgit2.dll"
elseif Sys.isapple()
const libgit2 = "@rpath/libgit2.1.3.dylib"
const libgit2 = "@rpath/libgit2.1.4.dylib"
else
const libgit2 = "libgit2.so.1.3"
const libgit2 = "libgit2.so.1.4"
end

function __init__()
Expand Down

0 comments on commit 0dcbf96

Please sign in to comment.