From a587c38864e049008f5c67fb1f9249e835e79134 Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 6 Aug 2005 20:53:02 +0000 Subject: (svn r2823) -Fix: MorphOS doesn't have pthread either! --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 ############################################################################## -- cgit v1.2.3-54-g00ecf