diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-05-28 09:43:01 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-06-07 11:47:08 -0400 |
commit | e48ae772df9fb082aa242d62bdca1f0962897093 (patch) | |
tree | 343bc50414dfc5f33b954e9ac1979ebed8e63ae1 /.cargo | |
parent | 098d08d9cc7d308ee09f08991813342b6784839b (diff) | |
download | servo-e48ae772df9fb082aa242d62bdca1f0962897093.tar.gz servo-e48ae772df9fb082aa242d62bdca1f0962897093.zip |
Use lld-link for windows arm64.
Diffstat (limited to '.cargo')
-rw-r--r-- | .cargo/config | 3 |
1 files changed, 3 insertions, 0 deletions
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" |