summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorPaddy Byers <paddy.byers@gmail.com>2013-04-03 08:35:39 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2013-04-04 01:46:56 +0200
commitd8852aa9e8bf692f9259993c5f3749aa831e5165 (patch)
tree7077003eb8309d413627b1732d82ab6f383be9ba /node.gyp
parentb3a8e0da4abf92d1b3df1eaa53222b8965c512a4 (diff)
downloadnode-new-d8852aa9e8bf692f9259993c5f3749aa831e5165.tar.gz
build: depend on v8 postmortem-metadata if enabled
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index fc7e2153f8..dabbfd0363 100644
--- a/node.gyp
+++ b/node.gyp
@@ -220,6 +220,9 @@
'tools/msvs/genfiles/node_perfctr_provider.rc',
]
} ],
+ [ 'v8_postmortem_support=="true"', {
+ 'dependencies': [ 'deps/v8/tools/gyp/v8.gyp:postmortem-metadata' ],
+ }],
[ 'node_shared_v8=="false"', {
'sources': [
'deps/v8/include/v8.h',