summaryrefslogtreecommitdiff
path: root/core/src/cli
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-02-15 21:26:52 +0300
committerGitHub <[email protected]>2026-02-15 21:26:52 +0300
commitb82ccd6f714b59c4dd518d7dc2b07558a72d7a50 (patch)
tree6dc805ed4c9b0a16fb61319d132cc779ffeb4725 /core/src/cli
parent227449f1d972877ce5e734fb16d937d7b534f7a6 (diff)
Clear
Diffstat (limited to 'core/src/cli')
-rw-r--r--core/src/cli/xmake.lua1
1 files changed, 0 insertions, 1 deletions
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")