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:
authorBen Noordhuis <info@bnoordhuis.nl>2012-06-27 02:33:50 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-06-27 02:35:16 +0400
commitf00c8bcef856d7ff7da40eb67a3c74f13f086256 (patch)
treeb4f8442bb12262fcdb9a24859cc0a937597e16a4 /node.gyp
parent21aa0df8b2f4fb8715943c4b0bdc944554be43e8 (diff)
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 0816442e47f..933812e3dfa 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',