We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540f362 commit 9604778Copy full SHA for 9604778
engine/.cargo/config.toml
@@ -1,3 +1,5 @@
1
# https://github.com/rust-lang/cargo/issues/8607
2
+[target.x86_64-unknown-linux-musl]
3
+rustflags = ["-C", "target-feature=-crt-static"]
4
[target.aarch64-unknown-linux-musl]
5
rustflags = ["-C", "target-feature=-crt-static"]
0 commit comments