From e10c2eeef23d05e0ce12061bb535132f37e6d457 Mon Sep 17 00:00:00 2001 From: lhchavez Date: Sun, 23 Feb 2020 23:05:40 +0000 Subject: Uprev vendor/libgit2 to v0.99 This uprevs libgit2 to the latest and greatest. --- script/build-libgit2.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'script/build-libgit2.sh') diff --git a/script/build-libgit2.sh b/script/build-libgit2.sh index acbc84a..839b8f3 100755 --- a/script/build-libgit2.sh +++ b/script/build-libgit2.sh @@ -41,6 +41,8 @@ cmake -DTHREADSAFE=ON \ -DCMAKE_C_FLAGS=-fPIC \ -DCMAKE_BUILD_TYPE="RelWithDebInfo" \ -DCMAKE_INSTALL_PREFIX="${BUILD_PATH}/install" \ + -DINCLUDE_INSTALL_DIR="${BUILD_PATH}/install/include" \ + -DLIB_INSTALL_DIR="${BUILD_PATH}/install/lib" \ "${VENDORED_PATH}" && exec cmake --build . --target install -- cgit v1.2.3