From 59734faf9f7557e1afb5e5d4971dacfdca979cd7 Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Wed, 14 Aug 2024 10:26:06 +0200 Subject: [PATCH] fix: Attempt to fix Linux aarch64 cargo config --- .cargo/config.toml.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml.mustache b/.cargo/config.toml.mustache index eadb9f9f..5dfcebb3 100644 --- a/.cargo/config.toml.mustache +++ b/.cargo/config.toml.mustache @@ -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}}}"]