From b82ccd6f714b59c4dd518d7dc2b07558a72d7a50 Mon Sep 17 00:00:00 2001 From: Saikari Date: Sun, 15 Feb 2026 21:26:52 +0300 Subject: Clear --- core/src/cli/xmake.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'core/src/cli/xmake.lua') diff --git a/core/src/cli/xmake.lua b/core/src/cli/xmake.lua index e239776c6..98e86b128 100644 --- a/core/src/cli/xmake.lua +++ b/core/src/cli/xmake.lua @@ -36,7 +36,6 @@ 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