diff options
author | Timothy J Fontaine <tjfontaine@gmail.com> | 2012-09-14 14:14:35 -0400 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2012-11-06 00:18:36 +0100 |
commit | d264b230775a9d386f3654b33ad639db7f4e7819 (patch) | |
tree | 8be32831555bbbc5d199dc34e2d7da6f22eb2b94 /deps/v8/tools | |
parent | 73ff653a8db11cbe0142df4e764434f125e45e6b (diff) | |
download | node-d264b230775a9d386f3654b33ad639db7f4e7819.tar.gz |
build: add postmortem as a dependency if enabled
Diffstat (limited to 'deps/v8/tools')
-rw-r--r-- | deps/v8/tools/gyp/v8.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/tools/gyp/v8.gyp b/deps/v8/tools/gyp/v8.gyp index 9f46d22ad..17ced879e 100644 --- a/deps/v8/tools/gyp/v8.gyp +++ b/deps/v8/tools/gyp/v8.gyp @@ -746,7 +746,8 @@ ['v8_postmortem_support=="true"', { 'sources': [ '<(SHARED_INTERMEDIATE_DIR)/debug-support.cc', - ] + ], + 'dependencies': ['postmortem-metadata'] }], ], }, |