Makefile
changeset 3907 61074b916295
parent 3906 2bb6493a9189
child 3994 6d4a3d6db5e3
--- a/Makefile	Sat May 27 20:51:57 2006 +0000
+++ b/Makefile	Sat May 27 23:16:37 2006 +0000
@@ -349,10 +349,16 @@
 ifndef MORPHOS
 ifndef IRIX
 # automatical strip breaks under morphos
+ifdef OSX
+# it appears that OSX can't handle automated stripping when mixing C and C++
+# we will do it manually in the target OSX_STRIP
+OSX_STRIP:=OSX_STRIP
+else
 LDFLAGS += -s
 endif
 endif
 endif
+endif
 
 ifdef OSX
 # these compilerflags makes the app run as fast as possible without making the app unstable. It works on G3 or newer