From a8a2c629923dd5143297d2acd64b11eb589e94cc Mon Sep 17 00:00:00 2001 From: Saikari Date: Sun, 15 Feb 2026 20:58:57 +0300 Subject: retry MinGW --- core/src/cli/xmake.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src/cli') diff --git a/core/src/cli/xmake.lua b/core/src/cli/xmake.lua index 98e86b128..e239776c6 100644 --- a/core/src/cli/xmake.lua +++ b/core/src/cli/xmake.lua @@ -36,6 +36,7 @@ target("cli") elseif is_plat("macosx") and is_config("runtime", "luajit") then add_ldflags("-all_load", "-pagezero_size 10000", "-image_base 100000000") elseif is_plat("mingw") then + add_syslinks("wintrust", "crypt32") add_ldflags("-static-libgcc", {force = true}) elseif is_plat("haiku") then add_syslinks("pthread", "network", "m", "c") -- cgit v1.3.1