Fix installation of libgit2 into wrong libdir #624

Merged
pks-t merged 1 commits from pks/vendored-build-libdir into master 2020-07-25 15:08:05 -05:00
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ cmake -DTHREADSAFE=ON \
-DCMAKE_C_FLAGS=-fPIC \
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
-DCMAKE_INSTALL_PREFIX="${BUILD_PATH}/install" \
-DCMAKE_INSTALL_LIBDIR="lib" \
"${VENDORED_PATH}" &&
exec cmake --build . --target install