diff --git a/script/build-libgit2-static.sh b/script/build-libgit2-static.sh index 5723721..1889983 100755 --- a/script/build-libgit2-static.sh +++ b/script/build-libgit2-static.sh @@ -17,3 +17,4 @@ cmake -DTHREADSAFE=ON \ .. && cmake --build . +make -j2 install