diff options
| author | Saikari <[email protected]> | 2026-02-23 18:01:38 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-23 18:01:38 +0300 |
| commit | 3cf862ee32ea653871d4069b56b619a8cf477e38 (patch) | |
| tree | 7ce15c80dc1fa5cbb894e797f0871fd0065e31f1 /core/src/cli/xmake.lua | |
| parent | 8ed3f12c86b74cb46e110e56c2ed20d88b242cee (diff) | |
| parent | ea307e0b88527bc61864766c16dfd346470b2d80 (diff) | |
Merge branch 'xmake-io:dev' into em
Diffstat (limited to 'core/src/cli/xmake.lua')
| -rw-r--r-- | core/src/cli/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/cli/xmake.lua b/core/src/cli/xmake.lua index 2e4b1aea9..98e86b128 100644 --- a/core/src/cli/xmake.lua +++ b/core/src/cli/xmake.lua @@ -29,7 +29,7 @@ target("cli") -- add links if is_plat("windows") then - add_syslinks("ws2_32", "advapi32", "shell32") + add_syslinks("ws2_32", "advapi32", "shell32", "wintrust", "crypt32") add_ldflags("/export:malloc", "/export:free", "/export:memmove") elseif is_plat("android") then add_syslinks("m", "c") |
