mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r2823) -Fix: MorphOS doesn't have pthread either!
This commit is contained in:
parent
479b98980c
commit
48d8f9da3f
2
Makefile
2
Makefile
@ -216,9 +216,11 @@ endif
|
|||||||
ifdef DEDICATED
|
ifdef DEDICATED
|
||||||
WITH_SDL:=
|
WITH_SDL:=
|
||||||
ifndef WIN32
|
ifndef WIN32
|
||||||
|
ifndef MORPHOS
|
||||||
LDFLAGS+=-lpthread
|
LDFLAGS+=-lpthread
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user