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

This commit is contained in:
Jan Christian Grünhage 2023-04-02 12:24:12 +02:00 committed by Michal Vasilek
parent 6cedd2f0b9
commit f1abc3c655
1 changed files with 3 additions and 0 deletions

View File

@ -51,3 +51,6 @@ export OPENSSL_NO_VENDOR=1
# pcre2-sys, only necessary for musl targets
export PCRE2_SYS_STATIC=0
# zstd-sys
export ZSTD_SYS_USE_PKG_CONFIG=1