summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-07-26 19:12:57 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-07-26 19:12:57 -0500
commit4220d91d4d6c5e6cf911d2974239d85929cc5e67 (patch)
treee6c2de77611e1af5f13319c1725bacc5e24cff09 /set_soenv.in
parent690890beccdc5f3443b80b12e1c9c9c1d15a70db (diff)
oops lost the patch to export the MacOSX variable inset_soenv.in
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 98389f093711..9a764dcef3d5 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1645,7 +1645,10 @@ if ( $platform =~ m/darwin/ && $platform !~ m/^arm/)
# unless you want to do runtime checks for 10.5 api, you also want to use the 10.4 sdk
# (safer/easier than dealing with the MAC_OS_X_VERSION_MAX_ALLOWED macro)
# http://developer.apple.com/technotes/tn2002/tn2064.html
- ToFile( "MACOSX_DEPLOYMENT_TARGET", "10.4", "e" );
+ ToFile( "MACOSX_DEPLOYMENT_TARGET", "@MACOSX_DEPLOYMENT_TARGET@", "e" );
+ ToFile( "MACOSX_SDK_PATH", "@MACOSX_SDK_PATH@", "e" );
+ ToFile( "MAC_OS_X_VERSION_MIN_REQUIRED", "@MAC_OS_X_VERSION_MIN_REQUIRED@", "e" );
+ ToFile( "MAC_OS_X_VERSION_MAX_ALLOWED", "@MAC_OS_X_VERSION_MAX_ALLOWED@", "e" );
}
#