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

pull/155/head
truelight 19 years ago
parent 479b98980c
commit 48d8f9da3f

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

Loading…
Cancel
Save