mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Force the use of clang-cl.exe for Windows builds.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user