Merge pull request #503 from jonEbird/static-build-script-cleanup
script/build-libgit2-static.sh: correctly set ROOT
(cherry picked from commit aa802a90db
)
This commit is contained in:
parent
e888805c2b
commit
61fdd76c76
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -ex
|
||||
|
||||
ROOT="$(cd "$0/../.." && echo "${PWD}")"
|
||||
ROOT="$(cd "$(dirname "$0")/.." && echo "${PWD}")"
|
||||
BUILD_PATH="${ROOT}/static-build"
|
||||
VENDORED_PATH="${ROOT}/vendor/libgit2"
|
||||
|
||||
|
|
Loading…
Reference in New Issue