diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-14 15:15:05 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-14 15:15:05 +0000 |
commit | 57a020e92927a379ab514db5836cb4550e6e444b (patch) | |
tree | 10ba8a7fa7136969041d1caba6a64b8967581f52 /build | |
parent | b59673e1c3a56622ffb9ed7d62096fedd8796f5c (diff) | |
download | chromium_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.xcconfig | 4 |
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 |