Skip to content

Commit

Permalink
fix: Use the correct linker on linux-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Apr 24, 2024
1 parent 1975da7 commit 953bc93
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[target.aarch64-unknown-linux-gnu]
linker = "ld.lld"
rustflags = [
"-C",
"linker=ld.lld",
"-C",
"link-arg=-L/usr/aarch64-linux-gnu/lib"
]

0 comments on commit 953bc93

Please sign in to comment.