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}}}"]