Skip to content

Commit dde2554

Browse files
author
bors-servo
authored
Auto merge of #177 - servo:clang-cl, r=jdm
Use clang-cl to build. This will be a hard requirement in forthcoming spidermonkey upgrades, so let's try and switch it on ahead of time. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/mozjs/177) <!-- Reviewable:end -->
2 parents c24dbb5 + 4eb0b4f commit dde2554

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ environment:
3232

3333
VCVARSALL_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build
3434

35+
CC: "clang-cl.exe"
36+
CXX: "clang-cl.exe"
37+
3538
matrix:
3639
- TARGET: i686-pc-windows-msvc
3740
CROSS_COMPILE: 1

0 commit comments

Comments
 (0)