summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-20 17:55:26 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-20 17:55:26 +0000
commitdfa5c663ad2efad1cc76ad9986f394ac224bc33e (patch)
treeb5b0918798294ccd696b398494657c4995987c4f
parentd9ab13672d648d5da0d3828dda165bcef4540ddd (diff)
downloadchromium_src-dfa5c663ad2efad1cc76ad9986f394ac224bc33e.zip
chromium_src-dfa5c663ad2efad1cc76ad9986f394ac224bc33e.tar.gz
chromium_src-dfa5c663ad2efad1cc76ad9986f394ac224bc33e.tar.bz2
Make the ObjC linker flag more generic so it only cares if we're building a
bundle (catches frameworks and app and anything else added in the future). Review URL: http://codereview.chromium.org/50053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12196 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 0622dd4..f476546 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -118,7 +118,7 @@
['_type!="static_library"', {
'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-search_paths_first']},
}],
- ['_type=="executable" and _mac_bundle', {
+ ['_mac_bundle', {
'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
}],
['_type=="executable"', {