Skip to content

Commit 80b1717

Browse files
pd4d10BridgeAR
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 4fe62c1 commit 80b1717

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
@@ -104,6 +104,13 @@
104104
],
105105
},
106106
'includes': ['toolchain.gypi', 'features.gypi'],
107+
'target_defaults': {
108+
'msvs_settings': {
109+
'VCCLCompilerTool': {
110+
'AdditionalOptions': ['/utf-8']
111+
}
112+
},
113+
},
107114
'targets': [
108115
{
109116
'target_name': 'run_torque',

0 commit comments

Comments
 (0)