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 ##############################################################################