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
commita587c38864e049008f5c67fb1f9249e835e79134 (patch)
tree7bf87fed198ec54e73171573efedc4cf2b7b1940 /Makefile
parent73d0f3617523bd1d3eb0f09d6096410f7fb3a19f (diff)
downloadopenttd-a587c38864e049008f5c67fb1f9249e835e79134.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
##############################################################################