XMake: Enable MinGW

This commit is contained in:
Jérôme Leclercq 2021-08-23 19:30:00 +02:00
parent c977ad6440
commit 72b959d6ca
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ add_rules("plugin.vsxmake.autoupdate")
add_rules("build_rendererplugins")
set_allowedmodes("asan", "debug", "releasedbg")
set_allowedplats("windows", "linux", "macosx")
set_allowedarchs("windows|x64", "linux|x86_64", "macosx|x86_64")
set_allowedplats("windows", "mingw", "linux", "macosx")
set_allowedarchs("windows|x64", "mingw|x86_64" "linux|x86_64", "macosx|x86_64")
set_defaultmode("debug")
if is_mode("debug") then