build: Enable set the VENDORED_PATH for libgit2

This commit is contained in:
Suhaib Mujahid 2020-09-30 13:47:09 -04:00 committed by GitHub
parent 3c5c580d78
commit 273a8f1e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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