From fbfe6c70e139d52db8377adbea4dfe6134a67370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Wed, 29 Jun 2016 08:59:11 +0200 Subject: [PATCH] build: don't include V8 from node.gyp It is no longer necessary now that libplatform/libplatform.h uses proper includes. PR-URL: https://github.com/nodejs/node/pull/7016 Reviewed-By: Ben Noordhuis --- node.gyp | 4 ---- 1 file changed, 4 deletions(-) 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'