summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-07-18 00:47:52 +0800
committerruki <[email protected]>2020-07-18 00:47:52 +0800
commit7cae017e30eb6f9c24aa4c981a3a8d83d9748313 (patch)
tree78eb3f032a50f95f0865f71e0b0f3a93b3800451
parentf9a4493f60eeb9078c00a112734d8caa7e29604e (diff)
add go toolchains for mingw
-rw-r--r--xmake/platforms/mingw/xmake.lua2
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 {