build: depend on v8 postmortem-metadata if enabled

archived-io.js-v0.10
Paddy Byers 2013-04-03 08:35:39 +01:00 committed by Ben Noordhuis
parent b3a8e0da4a
commit d8852aa9e8
1 changed files with 3 additions and 0 deletions

View File

@ -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',