build: [gn] build node with clang-cl
This commit is contained in:
parent
bdceea6aca
commit
097daa6e32
1 changed files with 7 additions and 1 deletions
|
@ -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_conditions': [
|
||||
|
|
Loading…
Reference in a new issue