mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Use lld-link for windows arm64.
This commit is contained in:
parent
098d08d9cc
commit
e48ae772df
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue