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
commit3ff46bd8ba99f340c95faaa62611379e5c121d4e (patch)
treefe7cb3b3500ea7a648917134a4c27d2d9f349f01 /Makefile
parenta587c38864e049008f5c67fb1f9249e835e79134 (diff)
downloadopenttd-3ff46bd8ba99f340c95faaa62611379e5c121d4e.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
##############################################################################