mirror of https://github.com/nodejs/node.git
tools: fix build at non-English windows
PR-URL: https://github.com/nodejs/node/pull/30492 Fixes: https://github.com/nodejs/node/issues/25885 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>pull/30543/head
parent
422650a4da
commit
8fbbab8477
|
@ -108,6 +108,13 @@
|
|||
],
|
||||
},
|
||||
'includes': ['toolchain.gypi', 'features.gypi'],
|
||||
'target_defaults': {
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
'AdditionalOptions': ['/utf-8']
|
||||
}
|
||||
},
|
||||
},
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'run_torque',
|
||||
|
|
Loading…
Reference in New Issue