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 be7742e38..46ac8b83a 100644 --- a/xmake/platforms/mingw/xmake.lua +++ b/xmake/platforms/mingw/xmake.lua @@ -48,7 +48,7 @@ platform("mingw") end) -- set toolchains - set_toolchains("envs", "mingw", "yasm", "nasm", "fasm") + set_toolchains("envs", "mingw", "yasm", "nasm", "fasm", "go") -- set menu set_menu { |
