common/build-helper/rust.sh: dynamic linking to oniguruma

This commit is contained in:
Jan Christian Grünhage 2023-04-02 10:41:11 +02:00 committed by classabbyamp
parent a3e7ddfb12
commit 63ab475c69
1 changed files with 3 additions and 0 deletions

View File

@ -54,3 +54,6 @@ export PCRE2_SYS_STATIC=0
# zstd-sys
export ZSTD_SYS_USE_PKG_CONFIG=1
# onig-sys
export RUSTONIG_SYSTEM_LIBONIG=1