mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
build: depend on v8 postmortem-metadata if enabled
This commit is contained in:
committed by
Ben Noordhuis
parent
b3a8e0da4a
commit
d8852aa9e8
3
node.gyp
3
node.gyp
@@ -220,6 +220,9 @@
|
|||||||
'tools/msvs/genfiles/node_perfctr_provider.rc',
|
'tools/msvs/genfiles/node_perfctr_provider.rc',
|
||||||
]
|
]
|
||||||
} ],
|
} ],
|
||||||
|
[ 'v8_postmortem_support=="true"', {
|
||||||
|
'dependencies': [ 'deps/v8/tools/gyp/v8.gyp:postmortem-metadata' ],
|
||||||
|
}],
|
||||||
[ 'node_shared_v8=="false"', {
|
[ 'node_shared_v8=="false"', {
|
||||||
'sources': [
|
'sources': [
|
||||||
'deps/v8/include/v8.h',
|
'deps/v8/include/v8.h',
|
||||||
|
|||||||
Reference in New Issue
Block a user