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