diff options
author | Ben Noordhuis <info@bnoordhuis.nl> | 2012-06-27 00:33:50 +0200 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-06-27 00:35:16 +0200 |
commit | f00c8bcef856d7ff7da40eb67a3c74f13f086256 (patch) | |
tree | b4f8442bb12262fcdb9a24859cc0a937597e16a4 /node.gyp | |
parent | 21aa0df8b2f4fb8715943c4b0bdc944554be43e8 (diff) | |
download | node-f00c8bcef856d7ff7da40eb67a3c74f13f086256.tar.gz |
build: fix --shared-v8 option
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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', |