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 <[email protected]>
Reviewed-By: Daniel Bevenius <[email protected]>
  • Loading branch information
pd4d10 authored and targos committed Dec 1, 2019
1 parent 98963f2 commit 47ee0be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/v8_gypfiles/v8.gyp
Original file line number Diff line number Diff line change
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 47ee0be

Please sign in to comment.