From d7f52239f0ad1525b91d245741e6d37b15aad630 Mon Sep 17 00:00:00 2001 From: Persson-dev Date: Tue, 3 Jun 2025 12:03:59 +0200 Subject: [PATCH] and again --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 64a8a00..8f4678d 100644 --- a/xmake.lua +++ b/xmake.lua @@ -44,7 +44,7 @@ if is_mode("release") then end if is_plat("mingw") then - add_ldflags("-static-libstdc++") + add_ldflags("-static-libstdc++", "-static") end