diff --git a/.cargo/config b/.cargo/config index 20bcd7a651b..4498011d9e3 100644 --- a/.cargo/config +++ b/.cargo/config @@ -27,3 +27,6 @@ linker = "lld-link.exe" [target.i686-pc-windows-msvc] linker = "lld-link.exe" + +[target.aarch64-pc-windows-msvc] +linker = "lld-link.exe"