diff options
| author | Matthias Kadenbach <[email protected]> | 2014-08-06 04:07:15 +0200 |
|---|---|---|
| committer | Matthias Kadenbach <[email protected]> | 2014-08-06 04:07:15 +0200 |
| commit | c1ed1bc545be0a36ab09efad7ec54a5673107b14 (patch) | |
| tree | 853bc5ab460017414951b2612c0907cf124da12f | |
| parent | 213a1bc8765c93d4718cc3cdf5b08bbc969442c6 (diff) | |
Make sure install/lib dir exists. Fixes #104
| -rwxr-xr-x | script/build-libgit2-static.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/build-libgit2-static.sh b/script/build-libgit2-static.sh index b4d4241..5723721 100755 --- a/script/build-libgit2-static.sh +++ b/script/build-libgit2-static.sh @@ -5,6 +5,7 @@ set -ex VENDORED_PATH=vendor/libgit2 cd $VENDORED_PATH && +mkdir -p install/lib && mkdir -p build && cd build && cmake -DTHREADSAFE=ON \ |
