Skip to content

Commit

Permalink
tools: fix build at non-English windows
Browse files Browse the repository at this point in the history
PR-URL: #30492
Fixes: #25885
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
  • Loading branch information
pd4d10 authored and MylesBorins committed Dec 17, 2019
1 parent 71e3c48 commit 0797cc7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/v8_gypfiles/v8.gyp
Expand Up @@ -99,6 +99,13 @@
],
},
'includes': ['toolchain.gypi', 'features.gypi'],
'target_defaults': {
'msvs_settings': {
'VCCLCompilerTool': {
'AdditionalOptions': ['/utf-8']
}
},
},
'targets': [
{
'target_name': 'run_torque',
Expand Down

0 comments on commit 0797cc7

Please sign in to comment.