Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit-binary.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUngureanu Marius <marius.ungureanu@xamarin.com>2015-06-29 02:53:09 +0300
committerUngureanu Marius <marius.ungureanu@xamarin.com>2015-06-29 02:53:09 +0300
commitb4fbe3b96f5b84f31516b2e868e75b1b417318f9 (patch)
tree015c02e36b11293480ae9109b6ecf155e5c0968a
parent264d0b180ffced2beba2f5514ecb53f18ed0ca48 (diff)
Fix RPATH setting for mac.
-rwxr-xr-xbuild.libgit2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.libgit2.sh b/build.libgit2.sh
index d0a4d88..01bdd5c 100755
--- a/build.libgit2.sh
+++ b/build.libgit2.sh
@@ -103,7 +103,7 @@ then
fi
cp "external/libgit2/build/libgit2-$SHORTSHA.$LIBEXT" $PKGPATH/
-install_name_tool -change libssh2.1.dylib @loader_path/libssh2.dylib $PKGPATH/libssh2.dylib
+install_name_tool -change libssh2.1.dylib @loader_path/libssh2.dylib "$PKGPATH/libgit2-$SHORTSHA.$LIBEXT"
git stash save
git pull