Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2009-05-20 22:05:57 +0000
committerAndrew Niefer2009-05-20 22:05:57 +0000
commit0c818e099230428164b744e2a883013dc24f5469 (patch)
tree50933dfd049ef7a5e74a00611423386c1a96accd
parentd4540aaf0c9dcedfddf18c2a8790c417bb115324 (diff)
downloadrt.equinox.framework-0c818e099230428164b744e2a883013dc24f5469.tar.gz
rt.equinox.framework-0c818e099230428164b744e2a883013dc24f5469.tar.xz
rt.equinox.framework-0c818e099230428164b744e2a883013dc24f5469.zip
bug 277216 - carbon on 10.3v20090520-1835
-rw-r--r--bundles/org.eclipse.equinox.executable/library/carbon/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/carbon/build.sh b/bundles/org.eclipse.equinox.executable/library/carbon/build.sh
index 8d6158c25..ea083c3c4 100644
--- a/bundles/org.eclipse.equinox.executable/library/carbon/build.sh
+++ b/bundles/org.eclipse.equinox.executable/library/carbon/build.sh
@@ -66,6 +66,8 @@ X86_64_OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/x86_64/Eclipse.app/Contents/M
if [ "$DEFAULT_WS" == "cocoa" ]; then
makefile="make_cocoa.mak"
+else
+ export MACOSX_DEPLOYMENT_TARGET=10.3
fi
if [ "$DEFAULT_OS_ARCH" == "x86_64" ]; then

Back to the top