diff options
| -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 = |
