Skip to content

Commit 47ee0be

Browse files
pd4d10targos
authored andcommitted
tools: fix build at non-English windows
PR-URL: #30492 Fixes: #25885 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
1 parent 98963f2 commit 47ee0be

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/v8_gypfiles/v8.gyp

+7
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)