Skip to content

Commit 9604778

Browse files
authored
add rustflags for musl
1 parent 540f362 commit 9604778

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engine/.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# https://github.com/rust-lang/cargo/issues/8607
2+
[target.x86_64-unknown-linux-musl]
3+
rustflags = ["-C", "target-feature=-crt-static"]
24
[target.aarch64-unknown-linux-musl]
35
rustflags = ["-C", "target-feature=-crt-static"]

0 commit comments

Comments
 (0)