From b80097282bdd636bb455fe22ab9f445c10b4e0da Mon Sep 17 00:00:00 2001 From: Geonyeob Kim Date: Mon, 27 Dec 2021 11:49:52 +0900 Subject: [PATCH] for windows build test --- client/Makefile | 1 + 1 file changed, 1 insertion(+) 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