# HG changeset patch # User truelight # Date 2005-08-06 20:53:02 # Node ID f465fd68e7cca6d9b3641ed8ad97494d64de2769 # Parent c0b10574400bf7d7676e2295a8aea260307ea8ae (svn r2823) -Fix: MorphOS doesn't have pthread either! diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -216,9 +216,11 @@ endif ifdef DEDICATED WITH_SDL:= ifndef WIN32 +ifndef MORPHOS LDFLAGS+=-lpthread endif endif +endif ##############################################################################