Browse Source

build: use else instead of node_shared_v8==false

v0.9.1-release
T.C. Hollingsworth 13 years ago
committed by Ben Noordhuis
parent
commit
2d7b43f466
  1. 4
      node.gyp

4
node.gyp

@ -150,9 +150,7 @@
'<(node_shared_v8_includes)/v8.h', '<(node_shared_v8_includes)/v8.h',
'<(node_shared_v8_includes)/v8-debug.h', '<(node_shared_v8_includes)/v8-debug.h',
], ],
}], }, {
[ 'node_shared_v8=="false"', {
'sources': [ 'sources': [
'deps/v8/include/v8.h', 'deps/v8/include/v8.h',
'deps/v8/include/v8-debug.h', 'deps/v8/include/v8-debug.h',

Loading…
Cancel
Save