diff --git a/xmake.lua b/xmake.lua index dd15b68..2543b02 100644 --- a/xmake.lua +++ b/xmake.lua @@ -22,6 +22,6 @@ target("UCT") add_ldflags("-static") -- Hide console if is_mode("release") then - add_ldflags("mwindows", {force = true}) + add_ldflags("-mwindows") end end