common/build-helper/rust.sh: force using system libgit2 library

This commit is contained in:
Marcin Puc 2023-08-22 16:46:36 +02:00 committed by cinerea0
parent 7a213b0052
commit 737173a42f
1 changed files with 3 additions and 0 deletions

View File

@ -70,3 +70,6 @@ export LIBSQLITE3_SYS_USE_PKG_CONFIG=1
# jemalloc-sys
export JEMALLOC_SYS_WITH_LG_PAGE=16
# libgit2-sys
export LIBGIT2_NO_VENDOR=1