Skip to content

Commit

Permalink
ensure correct linker
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 11, 2024
1 parent e74cee0 commit 363036a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@ hdrhistogram = "7.5.4"
rusqlite = { version = "0.32.1" }
serde_yaml = "0.9.34+deprecated"
image = "0.25.2"

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

0 comments on commit 363036a

Please sign in to comment.