Fix 64-bit musl target

This commit is contained in:
--global 2024-08-16 08:30:47 -05:00
parent 125787e793
commit c16c484304

3
.cargo/config.toml Normal file
View file

@ -0,0 +1,3 @@
#See https://github.com/rust-lang/rust/pull/58575#issuecomment-496026747
[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static"]