summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorT.C. Hollingsworth <tchollingsworth@gmail.com>2012-02-24 09:37:16 -0700
committerBen Noordhuis <info@bnoordhuis.nl>2012-02-26 00:32:36 +0100
commit2d7b43f466c85cdb1cea1d01ab68a908d63b9977 (patch)
tree2ba0e16d24cc8791cd12139099b659c4bd693eb1 /node.gyp
parentae762b620e92891c033537924df14761221572c0 (diff)
downloadandroid-node-v8-2d7b43f466c85cdb1cea1d01ab68a908d63b9977.tar.gz
android-node-v8-2d7b43f466c85cdb1cea1d01ab68a908d63b9977.tar.bz2
android-node-v8-2d7b43f466c85cdb1cea1d01ab68a908d63b9977.zip
build: use else instead of node_shared_v8==false
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp4
1 files changed, 1 insertions, 3 deletions
diff --git a/node.gyp b/node.gyp
index 2cd38fb335..6dccd9e011 100644
--- a/node.gyp
+++ b/node.gyp
@@ -150,9 +150,7 @@
'<(node_shared_v8_includes)/v8.h',
'<(node_shared_v8_includes)/v8-debug.h',
],
- }],
-
- [ 'node_shared_v8=="false"', {
+ }, {
'sources': [
'deps/v8/include/v8.h',
'deps/v8/include/v8-debug.h',