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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 19 years ago
parent 7721a2efe4
commit fc96e80688

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