Skip to content

Commit 0797cc7

Browse files
pd4d10MylesBorins
authored andcommitted
tools: fix build at non-English windows
PR-URL: #30492 Fixes: #25885 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
1 parent 71e3c48 commit 0797cc7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/v8_gypfiles/v8.gyp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@
9999
],
100100
},
101101
'includes': ['toolchain.gypi', 'features.gypi'],
102+
'target_defaults': {
103+
'msvs_settings': {
104+
'VCCLCompilerTool': {
105+
'AdditionalOptions': ['/utf-8']
106+
}
107+
},
108+
},
102109
'targets': [
103110
{
104111
'target_name': 'run_torque',

0 commit comments

Comments
 (0)