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 committed Jun 29, 2016
1 parent c938735 commit fbfe6c7
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 @@ -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'
Expand Down

0 comments on commit fbfe6c7

Please sign in to comment.