There was an error while loading. Please reload this page.
1 parent 987aa0a commit fca835fCopy full SHA for fca835f
tools/v8_gypfiles/abseil.gyp
@@ -1,4 +1,5 @@
1
{
2
+ 'includes': ['toolchain.gypi'],
3
'targets': [
4
5
'target_name': 'abseil',
tools/v8_gypfiles/toolchain.gypi
@@ -98,10 +98,6 @@
98
'gcmole%': 0,
99
},
100
'target_defaults': {
101
- 'include_dirs': [
102
- '<(V8_ROOT)',
103
- '<(V8_ROOT)/include',
104
- ],
105
'cflags!': ['-Wall', '-Wextra'],
106
'conditions': [
107
['clang==0 and OS!="win"', {
tools/v8_gypfiles/v8.gyp
@@ -36,6 +36,10 @@
36
37
'includes': ['toolchain.gypi', 'features.gypi'],
38
39
+ 'include_dirs': [
40
+ '<(V8_ROOT)',
41
+ '<(V8_ROOT)/include',
42
+ ],
43
'msvs_settings': {
44
'VCCLCompilerTool': {
45
'AdditionalOptions': ['/utf-8']
0 commit comments