common/build-helper/rust.sh: dynamic linking to zstd
This commit is contained in:
parent
6cedd2f0b9
commit
f1abc3c655
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue