Makefile
changeset 2300 d85dbbd78fd5
parent 2299 480d89e53ab1
child 2301 99fa518cbdae
--- 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
 
 
 ##############################################################################