diff --git a/node.gyp b/node.gyp index c14f57e94a02f3..43c0de6f8504a8 100644 --- a/node.gyp +++ b/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'