diff options
| author | Saikari <[email protected]> | 2026-02-15 20:58:57 +0300 |
|---|---|---|
| committer | Saikari <[email protected]> | 2026-02-15 20:58:57 +0300 |
| commit | a8a2c629923dd5143297d2acd64b11eb589e94cc (patch) | |
| tree | f71ea379343e4c03bcd6fa96ba7640cc60e797ce /core/src/cli | |
| parent | 84420e555ff547e04e42cc67a3c2f3fb2bc0580d (diff) | |
retry MinGW
Diffstat (limited to 'core/src/cli')
| -rw-r--r-- | core/src/cli/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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") |
