build: [gn] build node with clang-cl

This commit is contained in:
Jeremy Apthorp 2018-07-11 17:51:04 -07:00
parent bdceea6aca
commit 097daa6e32

View file

@ -32,7 +32,13 @@
}] }]
] ]
} }
}] }],
['OS=="win"', {
'make_global_settings': [
['CC', '<(llvm_dir)/bin/clang-cl'],
# Also defining CXX doesn't appear to be necessary.
]
}],
], ],
'target_defaults': { 'target_defaults': {
'target_conditions': [ 'target_conditions': [