From 429939bf538a9b30492908b617e4a2fd8e89e80c Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 9 Jan 2026 23:40:14 +0800 Subject: revert mingw platform --- xmake/platforms/mingw/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/platforms/mingw/xmake.lua b/xmake/platforms/mingw/xmake.lua index 0a3c51b65..2abc1643a 100644 --- a/xmake/platforms/mingw/xmake.lua +++ b/xmake/platforms/mingw/xmake.lua @@ -31,7 +31,7 @@ platform("mingw") set_formats("binary", "$(name).exe") set_formats("symbol", "$(name).pdb") - set_toolchains("mingw", "yasm", "nasm", "fasm", "go") + set_toolchains("envs", "mingw", "yasm", "nasm", "fasm", "go") set_menu { config = -- cgit v1.3.1