static for mingw only

This commit is contained in:
2025-03-29 16:47:23 +01:00
parent 2f0c9ad012
commit 095dbfb0b9

View File

@@ -10,6 +10,6 @@ target("PerfectHear")
add_packages("libsdl2", "libsdl2_mixer", "imgui")
if is_os("windows") then
if is_plat("mingw") then
add_ldflags("-static")
end