summaryrefslogtreecommitdiff
path: root/core/xmake.lua
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-02-15 20:32:34 +0300
committerSaikari <[email protected]>2026-02-15 20:45:02 +0300
commit1aa5abae9c4b86715c48ac5137d6411c6517e283 (patch)
tree57bc7fdca4289427beb5f62b70bd182ab041061e /core/xmake.lua
parent1e15fe7013857315471598237635198d2e1c0c55 (diff)
retry
Diffstat (limited to 'core/xmake.lua')
-rw-r--r--core/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xmake.lua b/core/xmake.lua
index f9e387ad5..114f8bbdb 100644
--- a/core/xmake.lua
+++ b/core/xmake.lua
@@ -41,7 +41,7 @@ end]]
-- for the windows platform (msvc)
if is_plat("windows") then
set_runtimes("MT")
- add_links("kernel32", "user32", "gdi32")
+ add_links("kernel32", "user32", "gdi32", "wintrust", "crypt32")
end
-- for mode coverage