Skip to content

Commit 24d29e7

Browse files
gengjiawenmmarchini
authored andcommitted
fixup! tools: update v8 gypfiles
1 parent 04c79e5 commit 24d29e7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

tools/v8_gypfiles/v8.gyp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,6 +1608,14 @@
16081608
{
16091609
'target_name': 'v8_zlib',
16101610
'type': 'static_library',
1611+
'conditions': [
1612+
['want_separate_host_toolset', {
1613+
'toolsets': ['host', 'target'],
1614+
}],
1615+
['OS=="win"', {
1616+
'defines': ['X86_WINDOWS'],
1617+
}],
1618+
],
16111619
'direct_dependent_settings': {
16121620
'include_dirs': [ '<(V8_ROOT)/third_party/zlib' ],
16131621
},

0 commit comments

Comments
 (0)