summaryrefslogtreecommitdiff
path: root/core/src/cli/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/cli/xmake.lua')
-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")