Skip to content

Commit

Permalink
fix: Attempt to fix Linux aarch64 cargo config
Browse files Browse the repository at this point in the history
  • Loading branch information
LynithDev committed Aug 14, 2024
1 parent 9e3e381 commit 59734fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cargo/config.toml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ linker = "clang"
rustflags = ["-C", "link-args=-fuse-ld={{{linker}}}"]
{{/hasLLD}}

[[target.aarch64-unknown-linux-gnu]]
[target.aarch64-unknown-linux-gnu]
{{#hasLLD}}
linker = "clang"
rustflags = ["-C", "link-args=-fus-ld={{{linker}}}"]
Expand Down

0 comments on commit 59734fa

Please sign in to comment.