linux: Link with breakpad_client.

This commit is contained in:
Cheng Zhao 2014-02-26 15:20:57 +08:00
parent 2ce1d3a784
commit 876bfc69ac
2 changed files with 5 additions and 0 deletions

View file

@ -411,6 +411,9 @@
'-rdynamic',
],
},
'dependencies': [
'vendor/breakpad/breakpad.gyp:breakpad_client',
],
}], # OS=="linux"
],
}, # target <(product_name)_lib

View file

@ -31,6 +31,8 @@
'node_use_perfctr': 'false',
'node_use_systemtap': 'false',
'v8_postmortem_support': 'false',
# Required by Linux (empty for now, should support it in future).
'sysroot': '',
},
# Settings to compile node under Windows.
'target_defaults': {