1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-25 15:39:09 +00:00

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

This commit is contained in:
truelight
2005-08-06 20:53:02 +00:00
parent 73d0f36175
commit a587c38864

View File

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