mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r2822) -Fix: don't compile pthread for win32 dedicated servers
This commit is contained in:
parent
56705ecffb
commit
479b98980c
2
Makefile
2
Makefile
@ -215,8 +215,10 @@ endif
|
|||||||
# and add -lpthread to LDFLAGS, because SDL normally adds that...
|
# and add -lpthread to LDFLAGS, because SDL normally adds that...
|
||||||
ifdef DEDICATED
|
ifdef DEDICATED
|
||||||
WITH_SDL:=
|
WITH_SDL:=
|
||||||
|
ifndef WIN32
|
||||||
LDFLAGS+=-lpthread
|
LDFLAGS+=-lpthread
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user