From e48ae772df9fb082aa242d62bdca1f0962897093 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 28 May 2019 09:43:01 -0400 Subject: [PATCH] Use lld-link for windows arm64. --- .cargo/config | 3 +++ 1 file changed, 3 insertions(+) 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"