Force the use of clang-cl.exe for Windows builds.

This commit is contained in:
Josh Matthews 2019-04-24 16:19:37 -04:00
parent 817aa49dc7
commit c038ba4c7c
4 changed files with 9 additions and 7 deletions

View file

@ -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"