summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-08-06 21:45:48 +0000
committertruelight <truelight@openttd.org>2005-08-06 21:45:48 +0000
commit36d717d77a71293e98294d2bbe0074cc7849c897 (patch)
treefe7cb3b3500ea7a648917134a4c27d2d9f349f01 /Makefile
parent48d8f9da3fb87484b17b931db5a1613f14ad4b27 (diff)
downloadopenttd-36d717d77a71293e98294d2bbe0074cc7849c897.tar.xz
(svn r2824) -Fix: OSX can now also produce dedicated servers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 39983b10e..7e42ca8be 100644
--- a/Makefile
+++ b/Makefile
@@ -217,10 +217,15 @@ ifdef DEDICATED
WITH_SDL:=
ifndef WIN32
ifndef MORPHOS
+ifndef OSX
LDFLAGS+=-lpthread
endif
endif
endif
+ifdef OSX
+LDFLAGS+=-framework Cocoa
+endif
+endif
##############################################################################