summaryrefslogtreecommitdiff
path: root/script/build-libgit2-static.sh
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2019-01-04 12:18:20 +0000
committerGitHub <[email protected]>2019-01-04 12:18:20 +0000
commitbcf325244c4bfba5a722d1c9269836a3e83ecc73 (patch)
tree7e33d8a0d7bcaa7fa0365e55c71fc42ccd5a5fab /script/build-libgit2-static.sh
parentb51a90c13329109db0c9ce2303ddf5ad08b3fe5b (diff)
parentb3256d9058aa93176190cb69f73afb72f0730100 (diff)
Merge pull request #445 from rmg/exclusive-pkg-config
static: use pkg-config exclusively when using it
Diffstat (limited to 'script/build-libgit2-static.sh')
-rwxr-xr-xscript/build-libgit2-static.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build-libgit2-static.sh b/script/build-libgit2-static.sh
index 5723721..1568ece 100755
--- a/script/build-libgit2-static.sh
+++ b/script/build-libgit2-static.sh
@@ -16,4 +16,4 @@ cmake -DTHREADSAFE=ON \
-DCMAKE_INSTALL_PREFIX=../install \
.. &&
-cmake --build .
+cmake --build . --target install