1
0
Fork 0

(svn r2822) -Fix: don't compile pthread for win32 dedicated servers

release/0.4.5
truelight 2005-08-06 20:34:41 +00:00
parent 5d5a7c48ee
commit 73d0f36175
1 changed files with 2 additions and 0 deletions

View File

@ -215,8 +215,10 @@ endif
# and add -lpthread to LDFLAGS, because SDL normally adds that...
ifdef DEDICATED
WITH_SDL:=
ifndef WIN32
LDFLAGS+=-lpthread
endif
endif
##############################################################################