Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(246)

Unified Diff: build/common.xcconfig

Issue 18047: Put the 10.5 sdks into the configs to make sure we're building against what w... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.xcconfig
===================================================================
--- build/common.xcconfig (revision 8003)
+++ build/common.xcconfig (working copy)
@@ -16,6 +16,10 @@
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698