Enable set the VENDORED_PATH for libgit2 #650

Merged
suhaibmujahid merged 2 commits from patch-2 into master 2020-09-30 18:57:50 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b8c7994691 - Show all commits

View File

@ -15,7 +15,7 @@ if [ "$#" -eq "0" ]; then
usage
fi
ROOT="$(cd "$(dirname "$0")/.." && echo "${PWD}")"
ROOT=${ROOT-"$(cd "$(dirname "$0")/.." && echo "${PWD}")"}
VENDORED_PATH=${VENDORED_PATH-"${ROOT}/vendor/libgit2"}
BUILD_SYSTEM=OFF