summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
Diffstat (limited to 'core/src')
-rw-r--r--core/src/xmake/engine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/xmake/engine.c b/core/src/xmake/engine.c
index f9a1c1f43..6992b6443 100644
--- a/core/src/xmake/engine.c
+++ b/core/src/xmake/engine.c
@@ -905,6 +905,7 @@ static tb_void_t xm_engine_init_host(xm_engine_t* engine)
// on msys?
if (!tb_strnicmp(data, "mingw", 5) // mingw32/64 on msys2
|| !tb_strnicmp(data, "clang", 5) // clang32/64 on msys2, @see https://github.com/xmake-io/xmake/issues/3060
+ || !tb_stricmp(data, "ucrt64") // ucrt64 https://www.msys2.org/docs/environments/
|| !tb_stricmp(data, "msys")) // on msys2
subhost = "msys";
}