Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2012-04-17 19:23:23 +0000
committerSilenio Quarti2012-04-17 19:23:23 +0000
commit3011e6a9c0142036bd38851224e8e030936dc858 (patch)
treed9d8e6c6bc52bbfa2e168212c3ec213b249c0480 /bundles/org.eclipse.equinox.executable/library/carbon/build.sh
parentc08dc80bcad08c1c77b1a4d065afed38ef576ae5 (diff)
downloadrt.equinox.framework-3011e6a9c0142036bd38851224e8e030936dc858.tar.gz
rt.equinox.framework-3011e6a9c0142036bd38851224e8e030936dc858.tar.xz
rt.equinox.framework-3011e6a9c0142036bd38851224e8e030936dc858.zip
Bug 374791 - Support bundling Oracle's JRE with Mac OS X builds
Diffstat (limited to 'bundles/org.eclipse.equinox.executable/library/carbon/build.sh')
-rw-r--r--bundles/org.eclipse.equinox.executable/library/carbon/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/carbon/build.sh b/bundles/org.eclipse.equinox.executable/library/carbon/build.sh
index 078257ab1..dfd0cde8d 100644
--- a/bundles/org.eclipse.equinox.executable/library/carbon/build.sh
+++ b/bundles/org.eclipse.equinox.executable/library/carbon/build.sh
@@ -66,7 +66,7 @@ X86_64_OUTPUT_DIR="../../bin/$defaultWS/$defaultOS/x86_64/Eclipse.app/Contents/M
if [ "$DEFAULT_WS" == "cocoa" ]; then
makefile="make_cocoa.mak"
- export MACOSX_DEPLOYMENT_TARGET=10.4
+ export MACOSX_DEPLOYMENT_TARGET=10.5
else
export MACOSX_DEPLOYMENT_TARGET=10.3
fi

Back to the top