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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
truelight 19 years ago
parent 5d5a7c48ee
commit 73d0f36175

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

Loading…
Cancel
Save