summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/v8_gypfiles/v8.gyp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp
index 0ecfc7e945..b64df82fa3 100644
--- a/tools/v8_gypfiles/v8.gyp
+++ b/tools/v8_gypfiles/v8.gyp
@@ -104,6 +104,13 @@
],
},
'includes': ['toolchain.gypi', 'features.gypi'],
+ 'target_defaults': {
+ 'msvs_settings': {
+ 'VCCLCompilerTool': {
+ 'AdditionalOptions': ['/utf-8']
+ }
+ },
+ },
'targets': [
{
'target_name': 'run_torque',