Skip to content

Commit

Permalink
fix aarch64 linux link
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Nov 15, 2024
1 parent c6b37f7 commit 8c8a2ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]

[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"

[alias]
lint = "clippy -- -D warnings"
r = "run"
Expand Down

0 comments on commit 8c8a2ea

Please sign in to comment.