diff options
| author | Carlos Martín Nieto <[email protected]> | 2014-08-25 15:26:33 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2014-08-25 15:26:33 +0200 |
| commit | 91fd186186b8e8c8169c79678838ce8114bb89f3 (patch) | |
| tree | 853bc5ab460017414951b2612c0907cf124da12f /script | |
| parent | 213a1bc8765c93d4718cc3cdf5b08bbc969442c6 (diff) | |
| parent | c1ed1bc545be0a36ab09efad7ec54a5673107b14 (diff) | |
Merge pull request #105 from mattes/patch-1
Make sure install/lib dir exists. Fixes #104
Diffstat (limited to 'script')
| -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 \ |
