projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ce1d3a
)
linux: Link with breakpad_client.
author
Cheng Zhao
<zcbenz@gmail.com>
Wed, 26 Feb 2014 07:20:57 +0000
(15:20 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Wed, 26 Feb 2014 07:20:57 +0000
(15:20 +0800)
atom.gyp
patch
|
blob
|
history
common.gypi
patch
|
blob
|
history
diff --git
a/atom.gyp
b/atom.gyp
index bf5b950d7c7227d32f25642dbc16903173a7e187..106d7f262f71d526479da010a0d6bcd6aace9d57 100644
(file)
--- 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 62cce1ef8cd0e0f1abe0debc85f571778cd45990..a3f5d6132ac604c3ee4b2aa05ae247180eff272b 100644
(file)
--- 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': {