Skip to content

Commit 8fbbab8

Browse files
pd4d10danbev
authored andcommittedNov 19, 2019
tools: fix build at non-English windows
PR-URL: nodejs#30492 Fixes: nodejs#25885 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
1 parent 422650a commit 8fbbab8

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
@@ -108,6 +108,13 @@
108108
],
109109
},
110110
'includes': ['toolchain.gypi', 'features.gypi'],
111+
'target_defaults': {
112+
'msvs_settings': {
113+
'VCCLCompilerTool': {
114+
'AdditionalOptions': ['/utf-8']
115+
}
116+
},
117+
},
111118
'targets': [
112119
{
113120
'target_name': 'run_torque',

0 commit comments

Comments
 (0)
Please sign in to comment.