mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
linux: Link with breakpad_client.
This commit is contained in:
3
atom.gyp
3
atom.gyp
@@ -411,6 +411,9 @@
|
||||
'-rdynamic',
|
||||
],
|
||||
},
|
||||
'dependencies': [
|
||||
'vendor/breakpad/breakpad.gyp:breakpad_client',
|
||||
],
|
||||
}], # OS=="linux"
|
||||
],
|
||||
}, # target <(product_name)_lib
|
||||
|
||||
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user