diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-19 00:24:24 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-19 00:24:24 +0000 |
commit | 2429bb733c6045a653a70e2a1f960708bced9c9f (patch) | |
tree | a4633988f9103c334e64020dfb78f201fab37827 /build | |
parent | c3edd208821471aa9a1d879fb13169f816757621 (diff) | |
download | chromium_src-2429bb733c6045a653a70e2a1f960708bced9c9f.zip chromium_src-2429bb733c6045a653a70e2a1f960708bced9c9f.tar.gz chromium_src-2429bb733c6045a653a70e2a1f960708bced9c9f.tar.bz2 |
mac: Fix building with xcodebuild on Xcode4.4
See the bug for details.
BUG=156530
Review URL: https://codereview.chromium.org/11184054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162859 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 6abd7a2..63a5a54 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -2976,6 +2976,8 @@ 'mac_bundle': 0, 'xcode_settings': { 'ALWAYS_SEARCH_USER_PATHS': 'NO', + # Don't link in libarclite_macosx.a, see http://crbug.com/156530. + 'CLANG_LINK_OBJC_RUNTIME': 'NO', # -fno-objc-link-runtime 'GCC_C_LANGUAGE_STANDARD': 'c99', # -std=c99 'GCC_CW_ASM_SYNTAX': 'NO', # No -fasm-blocks 'GCC_ENABLE_CPP_EXCEPTIONS': 'NO', # -fno-exceptions |