Skip to content

Commit

Permalink
fix: specify linker in tomml
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf committed Nov 15, 2024
1 parent d92bed1 commit 6de2937
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]

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

0 comments on commit 6de2937

Please sign in to comment.