Add rustflags to cargo/config.toml for x86_64-unknown-linux-musl to enable building cdylib without needing to export RUSTFLAGS

pull/96/head
Chip Senkbeil 3 years ago
parent 3d4e8e3063
commit 89039e6dd8
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -9,3 +9,6 @@ rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]
[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static"]

Loading…
Cancel
Save