Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: use else instead of node_shared_v8==false
Browse files Browse the repository at this point in the history
  • Loading branch information
tchollingsworth authored and bnoordhuis committed Feb 25, 2012
1 parent ae762b6 commit 2d7b43f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions node.gyp
Expand Up @@ -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',
Expand Down

0 comments on commit 2d7b43f

Please sign in to comment.