linux: Link with breakpad_client.
authorCheng Zhao <zcbenz@gmail.com>
Wed, 26 Feb 2014 07:20:57 +0000 (15:20 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 26 Feb 2014 07:20:57 +0000 (15:20 +0800)
atom.gyp
common.gypi

index bf5b950d7c7227d32f25642dbc16903173a7e187..106d7f262f71d526479da010a0d6bcd6aace9d57 100644 (file)
--- a/atom.gyp
+++ b/atom.gyp
               '-rdynamic',
             ],
           },
+          'dependencies': [
+            'vendor/breakpad/breakpad.gyp:breakpad_client',
+          ],
         }],  # OS=="linux"
       ],
     },  # target <(product_name)_lib
index 62cce1ef8cd0e0f1abe0debc85f571778cd45990..a3f5d6132ac604c3ee4b2aa05ae247180eff272b 100644 (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': {