summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-08-06 20:53:02 +0000
committertruelight <truelight@openttd.org>2005-08-06 20:53:02 +0000
commit48d8f9da3fb87484b17b931db5a1613f14ad4b27 (patch)
tree7bf87fed198ec54e73171573efedc4cf2b7b1940 /Makefile
parent479b98980c329966784b5e1f352b12d735bb0f2f (diff)
downloadopenttd-48d8f9da3fb87484b17b931db5a1613f14ad4b27.tar.xz
(svn r2823) -Fix: MorphOS doesn't have pthread either!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3b4765b72..39983b10e 100644
--- a/Makefile
+++ b/Makefile
@@ -216,9 +216,11 @@ endif
ifdef DEDICATED
WITH_SDL:=
ifndef WIN32
+ifndef MORPHOS
LDFLAGS+=-lpthread
endif
endif
+endif
##############################################################################