summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8eefe09f9..3b4765b72 100644
--- a/Makefile
+++ b/Makefile
@@ -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
##############################################################################