From 72b959d6cae15f639da703b089d1748ca75afc40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Mon, 23 Aug 2021 19:30:00 +0200 Subject: [PATCH] XMake: Enable MinGW --- xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake.lua b/xmake.lua index 9c2e9129c..072205a40 100644 --- a/xmake.lua +++ b/xmake.lua @@ -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