Skip to content

Commit

Permalink
update cargo config
Browse files Browse the repository at this point in the history
  • Loading branch information
jigsawye committed Nov 10, 2024
1 parent 14f196d commit acc4599
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[build]
target-dir = 'build/target'

[target.x86_64-unknown-linux-musl]
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-feature=-crt-static"]

[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-musl-gcc"
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
rustflags = ["-C", "target-feature=-crt-static"]

0 comments on commit acc4599

Please sign in to comment.