From dfa5c663ad2efad1cc76ad9986f394ac224bc33e Mon Sep 17 00:00:00 2001 From: "thomasvl@chromium.org" Date: Fri, 20 Mar 2009 17:55:26 +0000 Subject: 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 --- build/common.gypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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"', { -- cgit v1.1