summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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
##############################################################################