fix(build): remove SODIUM_USE_PKG_CONFIG from .cargo/config.toml [env] block #114

Merged
sarman merged 1 commits from fix/cargo-config-sodium into beta 2026-06-18 02:24:59 +00:00

View File

@ -9,7 +9,4 @@ rustflags = ["-C", "link-arg=-Wl,--exclude-all-symbols"]
# Use system OpenSSL instead of vendoring from source (which requires Perl modules # Use system OpenSSL instead of vendoring from source (which requires Perl modules
# unavailable on some environments and breaks clippy/check). # unavailable on some environments and breaks clippy/check).
OPENSSL_NO_VENDOR = "1" OPENSSL_NO_VENDOR = "1"
# Force libsodium to use minimal mode which avoids memset_explicit on Windows
SODIUM_USE_PKG_CONFIG = "0"
SODIUM_STATIC = "1" SODIUM_STATIC = "1"