diff --git a/Makefile b/Makefile index 8eefe09f9c..3b4765b725 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 ##############################################################################