Browse Source

build: don't include V8 from node.gyp

It is no longer necessary now that libplatform/libplatform.h uses proper
includes.

PR-URL: https://github.com/nodejs/node/pull/7016
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
v7.x
Michaël Zasso 9 years ago
parent
commit
fbfe6c70e1
No known key found for this signature in database GPG Key ID: 770F7A9A5AE15600
  1. 4
      node.gyp

4
node.gyp

@ -242,10 +242,6 @@
],
}],
[ 'node_use_bundled_v8=="true"', {
'include_dirs': [
'deps/v8', # include/v8_platform.h
],
'dependencies': [
'deps/v8/tools/gyp/v8.gyp:v8',
'deps/v8/tools/gyp/v8.gyp:v8_libplatform'

Loading…
Cancel
Save