diff --git a/client/Makefile b/client/Makefile index 5fd79c0ed..97e09be8b 100644 --- a/client/Makefile +++ b/client/Makefile @@ -76,6 +76,7 @@ LUALIBLD = LUAPLATFORM = generic ifneq (,$(findstring MINGW,$(platform))) LUAPLATFORM = mingw + LDLIBS += -lws2_32 else ifeq ($(platform),Darwin) LUAPLATFORM = macosx