Changeset - r1952:59c6e7765f03
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2005-06-18 15:08:35
truelight@openttd.org
(svn r2458) -Fix: Quickfix to make dedicated-server compile again. We need a more ellegant way to fix this...
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
@@ -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
 

	
 

	
0 comments (0 inline, 0 general)