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

This commit is contained in:
truelight 2005-06-18 15:08:35 +00:00
parent 7721a2efe4
commit fc96e80688

View File

@ -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