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

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

@ -219,8 +219,10 @@ endif
endif
# remove the dependancy for sdl if DEDICALTED is used
# and add -lpthread to LDFLAGS, because SDL normally adds that...
ifdef DEDICATED
WITH_SDL:=
LDFLAGS+=-lpthread
endif

Loading…
Cancel
Save