Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2008-04-18 19:22:10 +0000
committerAndrew Niefer2008-04-18 19:22:10 +0000
commit8a1321c248e4c57276aebb7dbf6b014c9cb571b3 (patch)
tree0d767e17c8a6cfbc9c1cfe5971c8067b6ea76248
parent51db72965d6e57d71e14fcf883f41c3dfc97e391 (diff)
downloadrt.equinox.framework-8a1321c248e4c57276aebb7dbf6b014c9cb571b3.tar.gz
rt.equinox.framework-8a1321c248e4c57276aebb7dbf6b014c9cb571b3.tar.xz
rt.equinox.framework-8a1321c248e4c57276aebb7dbf6b014c9cb571b3.zip
bug 212459
-rw-r--r--bundles/org.eclipse.equinox.executable/library/carbon/make_macosx.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.executable/library/carbon/make_macosx.mak b/bundles/org.eclipse.equinox.executable/library/carbon/make_macosx.mak
index 19745145b..c12d29e5a 100644
--- a/bundles/org.eclipse.equinox.executable/library/carbon/make_macosx.mak
+++ b/bundles/org.eclipse.equinox.executable/library/carbon/make_macosx.mak
@@ -34,6 +34,7 @@ DLL = $(PROGRAM_LIBRARY)
LIBS = -framework Carbon
ARCHS = -arch i386 -arch ppc
CFLAGS = -O -s \
+ -mmacosx-version-min=10.3 \
-Wall \
$(ARCHS) \
-DMACOSX \

Back to the top