Makefile
changeset 2300 543211f07c9e
parent 2299 a970fa96dfe2
child 2301 d9ed2d848023
--- a/Makefile	Sat Aug 06 20:53:02 2005 +0000
+++ b/Makefile	Sat Aug 06 21:45:48 2005 +0000
@@ -217,10 +217,15 @@
 WITH_SDL:=
 ifndef WIN32
 ifndef MORPHOS
+ifndef OSX
 LDFLAGS+=-lpthread
 endif
 endif
 endif
+ifdef OSX
+LDFLAGS+=-framework Cocoa
+endif
+endif
 
 
 ##############################################################################