mirror of https://github.com/OpenTTD/OpenTTD
(svn r2458) -Fix: Quickfix to make dedicated-server compile again. We need a more ellegant way to fix this...
parent
7721a2efe4
commit
fc96e80688
2
Makefile
2
Makefile
|
@ -219,8 +219,10 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# remove the dependancy for sdl if DEDICALTED is used
|
# remove the dependancy for sdl if DEDICALTED is used
|
||||||
|
# and add -lpthread to LDFLAGS, because SDL normally adds that...
|
||||||
ifdef DEDICATED
|
ifdef DEDICATED
|
||||||
WITH_SDL:=
|
WITH_SDL:=
|
||||||
|
LDFLAGS+=-lpthread
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue