diff options
| author | ruki <[email protected]> | 2020-05-29 22:49:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-29 10:57:56 +0800 |
| commit | 1b197180ae3bb6b7d04e95e532dcb7666345d724 (patch) | |
| tree | e375b67646ee287c6a2a5f237366afbcb7b06224 | |
| parent | b97000a954e935efa53de7327178caf1a740f7d0 (diff) | |
add yasm to mingw platform
| -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 82c2ae07e..be7742e38 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") + set_toolchains("envs", "mingw", "yasm", "nasm", "fasm") -- set menu set_menu { |
