Skip to content

Commit

Permalink
fixup! tools: update v8 gypfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen authored and mmarchini committed Mar 7, 2020
1 parent 04c79e5 commit 24d29e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/v8_gypfiles/v8.gyp
Expand Up @@ -1608,6 +1608,14 @@
{
'target_name': 'v8_zlib',
'type': 'static_library',
'conditions': [
['want_separate_host_toolset', {
'toolsets': ['host', 'target'],
}],
['OS=="win"', {
'defines': ['X86_WINDOWS'],
}],
],
'direct_dependent_settings': {
'include_dirs': [ '<(V8_ROOT)/third_party/zlib' ],
},
Expand Down

0 comments on commit 24d29e7

Please sign in to comment.