Skip to content

Commit

Permalink
build: don't include V8 from node.gyp
Browse files Browse the repository at this point in the history
It is no longer necessary now that libplatform/libplatform.h uses proper
includes.

PR-URL: #7016
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
  • Loading branch information
targos authored and ofrobots committed Aug 25, 2016
1 parent b1922e7 commit dcd0655
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,6 @@
'dependencies': [ 'deps/v8/src/d8.gyp:d8' ],
}],
[ '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'
Expand Down

0 comments on commit dcd0655

Please sign in to comment.