diff --git a/xmake.lua b/xmake.lua index 77c8e2f..289a705 100644 --- a/xmake.lua +++ b/xmake.lua @@ -63,6 +63,8 @@ end if target_plat == "switch" then includes("xmake/toolchains/switch.lua") set_toolchains("switch") +elseif target_plat == "mingw" then + set_toolchains("mingw") end -- ==============================================