(svn r2823) -Fix: MorphOS doesn't have pthread either!

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 19 years ago
parent 73d0f36175
commit a587c38864

@ -216,9 +216,11 @@ endif
ifdef DEDICATED
WITH_SDL:=
ifndef WIN32
ifndef MORPHOS
LDFLAGS+=-lpthread
endif
endif
endif
##############################################################################

Loading…
Cancel
Save