summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-14 15:15:05 +0000
committerthomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-14 15:15:05 +0000
commit57a020e92927a379ab514db5836cb4550e6e444b (patch)
tree10ba8a7fa7136969041d1caba6a64b8967581f52 /build
parentb59673e1c3a56622ffb9ed7d62096fedd8796f5c (diff)
downloadchromium_src-57a020e92927a379ab514db5836cb4550e6e444b.zip
chromium_src-57a020e92927a379ab514db5836cb4550e6e444b.tar.gz
chromium_src-57a020e92927a379ab514db5836cb4550e6e444b.tar.bz2
Put the 10.5 sdks into the configs to make sure we're building against what we
expect. Review URL: http://codereview.chromium.org/18047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8005 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.xcconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/common.xcconfig b/build/common.xcconfig
index 4f4cab7..fe02e04 100644
--- a/build/common.xcconfig
+++ b/build/common.xcconfig
@@ -16,6 +16,10 @@ GCC_WARN_ABOUT_MISSING_NEWLINE = YES
OTHER_LDFLAGS = $(OTHER_LDFLAGS) $(CODECOVERAGE_OTHER_LDFLAGS)
PREBINDING = NO
+// We're only supporting 10.5 and later
+SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk
+MACOSX_DEPLOYMENT_TARGET = 10.5
+
// Each project file must set XCODEPROJ_DEPTH as a project-wide setting. It
// should contain a relative path to reach the src directory from the
// directory containing the project. For example, src/base/base.xcodeproj