summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-06-27 00:33:50 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2012-06-27 00:35:16 +0200
commitf00c8bcef856d7ff7da40eb67a3c74f13f086256 (patch)
treeb4f8442bb12262fcdb9a24859cc0a937597e16a4 /node.gyp
parent21aa0df8b2f4fb8715943c4b0bdc944554be43e8 (diff)
downloadandroid-node-v8-f00c8bcef856d7ff7da40eb67a3c74f13f086256.tar.gz
android-node-v8-f00c8bcef856d7ff7da40eb67a3c74f13f086256.tar.bz2
android-node-v8-f00c8bcef856d7ff7da40eb67a3c74f13f086256.zip
build: fix --shared-v8 option
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp7
1 files changed, 1 insertions, 6 deletions
diff --git a/node.gyp b/node.gyp
index 0816442e47..933812e3df 100644
--- a/node.gyp
+++ b/node.gyp
@@ -177,12 +177,7 @@
'<(SHARED_INTERMEDIATE_DIR)/node_etw_provider.rc',
]
} ],
- [ 'node_shared_v8=="true"', {
- 'sources': [
- '<(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',