From 876bfc69acd77d2a660036acf2573c5ea133fbcf Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Wed, 26 Feb 2014 15:20:57 +0800 Subject: [PATCH] linux: Link with breakpad_client. --- atom.gyp | 3 +++ common.gypi | 2 ++ 2 files changed, 5 insertions(+) diff --git a/atom.gyp b/atom.gyp index bf5b950d7c7..106d7f262f7 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 62cce1ef8cd..a3f5d6132ac 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': {