Skip to content

Commit dcd0655

Browse files
targosofrobots
authored andcommitted
build: don't include V8 from node.gyp
It is no longer necessary now that libplatform/libplatform.h uses proper includes. PR-URL: nodejs#7016 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent b1922e7 commit dcd0655

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

node.gyp

-4
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,6 @@
257257
'dependencies': [ 'deps/v8/src/d8.gyp:d8' ],
258258
}],
259259
[ 'node_use_bundled_v8=="true"', {
260-
'include_dirs': [
261-
'deps/v8', # include/v8_platform.h
262-
],
263-
264260
'dependencies': [
265261
'deps/v8/tools/gyp/v8.gyp:v8',
266262
'deps/v8/tools/gyp/v8.gyp:v8_libplatform'

0 commit comments

Comments
 (0)