summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2016-06-29 08:59:11 +0200
committerMichaël Zasso <targos@protonmail.com>2016-06-29 10:44:29 +0200
commitfbfe6c70e139d52db8377adbea4dfe6134a67370 (patch)
treead2d64586290a2935a84ecbb45d7903abab7c7ea /node.gyp
parentc938735ceea1e610f57aff6853965a41e412299d (diff)
downloadandroid-node-v8-fbfe6c70e139d52db8377adbea4dfe6134a67370.tar.gz
android-node-v8-fbfe6c70e139d52db8377adbea4dfe6134a67370.tar.bz2
android-node-v8-fbfe6c70e139d52db8377adbea4dfe6134a67370.zip
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 <info@bnoordhuis.nl>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp4
1 files changed, 0 insertions, 4 deletions
diff --git a/node.gyp b/node.gyp
index c14f57e94a..43c0de6f85 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'