linux: Link with breakpad_client.
This commit is contained in:
parent
2ce1d3a784
commit
876bfc69ac
2 changed files with 5 additions and 0 deletions
3
atom.gyp
3
atom.gyp
|
@ -411,6 +411,9 @@
|
||||||
'-rdynamic',
|
'-rdynamic',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
'dependencies': [
|
||||||
|
'vendor/breakpad/breakpad.gyp:breakpad_client',
|
||||||
|
],
|
||||||
}], # OS=="linux"
|
}], # OS=="linux"
|
||||||
],
|
],
|
||||||
}, # target <(product_name)_lib
|
}, # target <(product_name)_lib
|
||||||
|
|
|
@ -31,6 +31,8 @@
|
||||||
'node_use_perfctr': 'false',
|
'node_use_perfctr': 'false',
|
||||||
'node_use_systemtap': 'false',
|
'node_use_systemtap': 'false',
|
||||||
'v8_postmortem_support': 'false',
|
'v8_postmortem_support': 'false',
|
||||||
|
# Required by Linux (empty for now, should support it in future).
|
||||||
|
'sysroot': '',
|
||||||
},
|
},
|
||||||
# Settings to compile node under Windows.
|
# Settings to compile node under Windows.
|
||||||
'target_defaults': {
|
'target_defaults': {
|
||||||
|
|
Loading…
Reference in a new issue