Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorT.C. Hollingsworth <tchollingsworth@gmail.com>2012-02-24 20:37:16 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-02-26 03:32:36 +0400
commit2d7b43f466c85cdb1cea1d01ab68a908d63b9977 (patch)
tree2ba0e16d24cc8791cd12139099b659c4bd693eb1 /node.gyp
parentae762b620e92891c033537924df14761221572c0 (diff)
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 2cd38fb335f..6dccd9e011a 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',