From 2a59088c32beaf1cd6c89fde28a8d1a060edba49 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Wed, 4 May 2022 12:05:40 -0500 Subject: [PATCH] windows build working again --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 2cc4af06..edb07682 100644 --- a/build.bat +++ b/build.bat @@ -33,7 +33,7 @@ del *.ilk > NUL 2> NUL del *.obj > NUL 2> NUL del misc\icon_resource.res -cl /MT /std:c17 /TC /I include /I lib/common/include /D_USRDLL /D_WINDLL src\onyx_runtime.c /link /DLL /OUT:onyx_runtime.dll +cl /MT /std:c17 /TC /I include /I lib/common/include /D_USRDLL /D_WINDLL src\onyx_runtime.c /link /DLL ws2_32.lib /OUT:onyx_runtime.dll del onyx_runtime.obj del onyx_runtime.lib -- 2.25.1