summaryrefslogtreecommitdiffstats
path: root/o3d
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-16 17:31:25 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-16 17:31:25 +0000
commit3224dcddf987d47154c3232d1974a9d4ba517c8a (patch)
tree4f2a9c21f2f44550b76340c3bcc5b88dc79c1940 /o3d
parent48c70517e3bb914c4157e27fb0d70492f4f76cbe (diff)
downloadchromium_src-3224dcddf987d47154c3232d1974a9d4ba517c8a.zip
chromium_src-3224dcddf987d47154c3232d1974a9d4ba517c8a.tar.gz
chromium_src-3224dcddf987d47154c3232d1974a9d4ba517c8a.tar.bz2
Use MAC_OS_X_DEPLOYMENT_TARGET instead of rolling our own macro.
Allow the deployment target and SDK to be overridden by GYP variables. Review URL: http://codereview.chromium.org/193128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26360 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r--o3d/DEPS_gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/DEPS_gyp b/o3d/DEPS_gyp
index 737f78c..c8fef5c 100644
--- a/o3d/DEPS_gyp
+++ b/o3d/DEPS_gyp
@@ -146,6 +146,6 @@ hooks = [
# A change to a .gyp, .gypi, or to GYP itself shound run the generator.
"pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|MANIFEST$",
"action": ["python", "build/gyp_o3d", "build/all.gyp", "--depth", ".",
- "-D", "support_macosx_10_4=1"],
+ "-D", "mac_deployment_target=10.4"],
},
]