forked from mirror/OpenTTD
(svn r2458) -Fix: Quickfix to make dedicated-server compile again. We need a more ellegant way to fix this...
This commit is contained in:
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
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user