diff options
author | Paddy Byers <paddy.byers@gmail.com> | 2013-04-03 08:35:39 +0100 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2013-04-04 01:46:56 +0200 |
commit | d8852aa9e8bf692f9259993c5f3749aa831e5165 (patch) | |
tree | 7077003eb8309d413627b1732d82ab6f383be9ba /node.gyp | |
parent | b3a8e0da4abf92d1b3df1eaa53222b8965c512a4 (diff) | |
download | node-new-d8852aa9e8bf692f9259993c5f3749aa831e5165.tar.gz |
build: depend on v8 postmortem-metadata if enabled
Diffstat (limited to 'node.gyp')
-rw-r--r-- | node.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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', |