1
0
Fork 0

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

release/0.4.5
truelight 2005-08-06 20:53:02 +00:00
parent 73d0f36175
commit a587c38864
1 changed files with 2 additions and 0 deletions

View File

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