Enable set the VENDORED_PATH for libgit2 (#650) #652

Merged
github-actions[bot] merged 1 commits from cherry-pick-281383856-release-0.27 into release-0.27 2020-09-30 19:16:29 -05:00
1 changed files with 2 additions and 2 deletions

View File

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