(svn r2458) -Fix: Quickfix to make dedicated-server compile again. We need a more ellegant way to fix this...

pull/155/head
truelight 20 years ago
parent d6cd0bdcac
commit fc2f5b79ef

@ -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…
Cancel
Save