Try to fix MinGW ci

This commit is contained in:
SirLynix
2022-07-27 23:02:02 +02:00
parent 50cdab11f3
commit 057eb1b350
3 changed files with 1 additions and 19 deletions

View File

@@ -205,10 +205,6 @@ if is_plat("windows") then
elseif is_plat("mingw") then
add_cxflags("-Og", "-Wa,-mbig-obj")
add_ldflags("-Wa,-mbig-obj")
if is_subhost("msys", "cygwin") then
add_rules("msys2.isystem.fix")
end
end
for name, module in pairs(modules) do