From 7cae017e30eb6f9c24aa4c981a3a8d83d9748313 Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 18 Jul 2020 00:47:52 +0800 Subject: add go toolchains for mingw --- 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 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 { -- cgit v1.3.1