diff --git a/atom.gyp b/atom.gyp index bf5b950d7c72..106d7f262f71 100644 --- a/atom.gyp +++ b/atom.gyp @@ -411,6 +411,9 @@ '-rdynamic', ], }, + 'dependencies': [ + 'vendor/breakpad/breakpad.gyp:breakpad_client', + ], }], # OS=="linux" ], }, # target <(product_name)_lib diff --git a/common.gypi b/common.gypi index 62cce1ef8cd0..a3f5d6132ac6 100644 --- a/common.gypi +++ b/common.gypi @@ -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': {