diff options
| author | ruki <[email protected]> | 2026-01-09 23:40:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-01-09 17:59:14 +0800 |
| commit | 429939bf538a9b30492908b617e4a2fd8e89e80c (patch) | |
| tree | 985593b5951f9eaa2d992aee24c706227e20fbff | |
| parent | 44290817fe9a5151253951004ab52a95ce625fe2 (diff) | |
revert mingw platform
| -rw-r--r-- | xmake/platforms/mingw/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |
