From a587c38864e049008f5c67fb1f9249e835e79134 Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 6 Aug 2005 20:53:02 +0000 Subject: [PATCH] (svn r2823) -Fix: MorphOS doesn't have pthread either! --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3b4765b725..39983b10e2 100644 --- a/Makefile +++ b/Makefile @@ -216,9 +216,11 @@ endif ifdef DEDICATED WITH_SDL:= ifndef WIN32 +ifndef MORPHOS LDFLAGS+=-lpthread endif endif +endif ##############################################################################