summaryrefslogtreecommitdiff
path: root/core/src/cli
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-02-15 21:16:22 +0300
committerSaikari <[email protected]>2026-02-15 21:16:22 +0300
commit8d8bceff498ab535dd35db3ad9616d185bd5f909 (patch)
treea485dd69df62167e2260af103df0f1d5e78e2eb8 /core/src/cli
parenta8a2c629923dd5143297d2acd64b11eb589e94cc (diff)
retry for mingw
Diffstat (limited to 'core/src/cli')
-rwxr-xr-xcore/src/cli/xmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/cli/xmake.sh b/core/src/cli/xmake.sh
index 12fffe1af..6ae33ef16 100755
--- a/core/src/cli/xmake.sh
+++ b/core/src/cli/xmake.sh
@@ -19,7 +19,7 @@ target "cli"
if is_plat "macosx" && is_config "runtime" "luajit"; then
add_ldflags "-all_load" "-pagezero_size 10000" "-image_base 100000000"
elif is_plat "mingw"; then
- add_ldflags "-static-libgcc"
+ add_ldflags "-static-libgcc" "-lwintrust" "-lcrypt32"
fi
# add install files