and again
All checks were successful
Linux arm64 / Build (push) Successful in 1m57s

This commit is contained in:
2025-06-03 12:03:59 +02:00
parent 72f4ea75ff
commit d7f52239f0

View File

@@ -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