Make sure install/lib dir exists. Fixes #104 #105

Merged
mattes merged 1 commits from patch-1 into master 2014-08-25 08:26:33 -05:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit c1ed1bc545 - Show all commits

View File

@ -5,6 +5,7 @@ set -ex
VENDORED_PATH=vendor/libgit2 VENDORED_PATH=vendor/libgit2
cd $VENDORED_PATH && cd $VENDORED_PATH &&
mkdir -p install/lib &&
mkdir -p build && mkdir -p build &&
cd build && cd build &&
cmake -DTHREADSAFE=ON \ cmake -DTHREADSAFE=ON \