diff options
| -rwxr-xr-x | script/build-libgit2-static.sh | 1 | ||||
| m--------- | vendor/libgit2 | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/script/build-libgit2-static.sh b/script/build-libgit2-static.sh index 680dd93..096c5c6 100755 --- a/script/build-libgit2-static.sh +++ b/script/build-libgit2-static.sh @@ -12,6 +12,7 @@ cd "${BUILD_PATH}/build" && cmake -DTHREADSAFE=ON \ -DBUILD_CLAR=OFF \ -DBUILD_SHARED_LIBS=OFF \ + -DREGEX_BACKEND=builtin \ -DCMAKE_C_FLAGS=-fPIC \ -DCMAKE_BUILD_TYPE="RelWithDebInfo" \ -DCMAKE_INSTALL_PREFIX="${BUILD_PATH}/install" \ diff --git a/vendor/libgit2 b/vendor/libgit2 -Subproject 1a107fac0fc88a4d74b64ffc9ae2fd178ba631c +Subproject 08cfa43d0e1a9214a2f1239593686078e75e563 |
