summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-29 22:49:39 +0800
committerruki <[email protected]>2020-05-29 10:57:56 +0800
commit1b197180ae3bb6b7d04e95e532dcb7666345d724 (patch)
treee375b67646ee287c6a2a5f237366afbcb7b06224
parentb97000a954e935efa53de7327178caf1a740f7d0 (diff)
add yasm to mingw platform
-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 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 {