Skip to content

Commit fbfe6c7

Browse files
committed
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 <info@bnoordhuis.nl>
1 parent c938735 commit fbfe6c7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

node.gyp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,6 @@
242242
],
243243
}],
244244
[ 'node_use_bundled_v8=="true"', {
245-
'include_dirs': [
246-
'deps/v8', # include/v8_platform.h
247-
],
248-
249245
'dependencies': [
250246
'deps/v8/tools/gyp/v8.gyp:v8',
251247
'deps/v8/tools/gyp/v8.gyp:v8_libplatform'

0 commit comments

Comments
 (0)