Skip to content

Commit

Permalink
common/build-helper/rust.sh: force using system libgit2 library
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk authored and jcgruenhage committed Dec 11, 2023
1 parent bf423dd commit 68a7369
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common/build-helper/rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ export RUSTONIG_SYSTEM_LIBONIG=1

# libsqlite3-sys
export LIBSQLITE3_SYS_USE_PKG_CONFIG=1

# libgit2-sys
export LIBGIT2_NO_VENDOR=1

0 comments on commit 68a7369

Please sign in to comment.