build: Enable set the VENDORED_PATH for libgit2
This commit is contained in:
parent
3c5c580d78
commit
273a8f1e23
|
@ -16,7 +16,7 @@ if [ "$#" -eq "0" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ROOT="$(cd "$(dirname "$0")/.." && echo "${PWD}")"
|
ROOT="$(cd "$(dirname "$0")/.." && echo "${PWD}")"
|
||||||
VENDORED_PATH="${ROOT}/vendor/libgit2"
|
VENDORED_PATH=${VENDORED_PATH-"${ROOT}/vendor/libgit2"}
|
||||||
BUILD_SYSTEM=OFF
|
BUILD_SYSTEM=OFF
|
||||||
|
|
||||||
while [ $# -gt 0 ]; do
|
while [ $# -gt 0 ]; do
|
||||||
|
|
Loading…
Reference in New Issue