diff options
| author | ruki <[email protected]> | 2020-07-18 00:47:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-18 00:47:52 +0800 |
| commit | 7cae017e30eb6f9c24aa4c981a3a8d83d9748313 (patch) | |
| tree | 78eb3f032a50f95f0865f71e0b0f3a93b3800451 | |
| parent | f9a4493f60eeb9078c00a112734d8caa7e29604e (diff) | |
add go toolchains for mingw
| -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 { |
