fixing ldflag argument

This commit is contained in:
2022-08-11 13:37:02 +02:00
parent 2837b97f95
commit 91dfe22065

View File

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