Skip to content

Commit

Permalink
Specify musl-gcc as linker
Browse files Browse the repository at this point in the history
  • Loading branch information
fourlastor committed Sep 21, 2024
1 parent 0c8a71e commit 31590ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

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

0 comments on commit 31590ec

Please sign in to comment.