mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Force the use of clang-cl.exe for Windows builds.
This commit is contained in:
parent
817aa49dc7
commit
c038ba4c7c
4 changed files with 9 additions and 7 deletions
|
@ -22,5 +22,5 @@ ar = "arm-linux-gnueabihf-ar"
|
|||
linker = "aarch64-linux-gnu-gcc"
|
||||
ar = "aarch64-linux-gnu-ar"
|
||||
|
||||
[target.'cfg(target_os=windows)']
|
||||
linker = "./support/android/fakeld/fake-ld.cmd"
|
||||
[target.x86_64-pc-windows-msvc]
|
||||
linker = "lld-link.exe"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue