| Index: build/common.gypi
|
| ===================================================================
|
| --- build/common.gypi (revision 13839)
|
| +++ build/common.gypi (working copy)
|
| @@ -293,9 +293,11 @@
|
| },
|
| 'target_conditions': [
|
| ['_type!="static_library"', {
|
| - 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-search_paths_first',
|
| - '-Wl,-ObjC']},
|
| + 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-search_paths_first']},
|
| }],
|
| + ['_mac_bundle', {
|
| + 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
|
| + }],
|
| ['_type=="executable"', {
|
| 'postbuilds': [
|
| {
|
|
|