From 1b197180ae3bb6b7d04e95e532dcb7666345d724 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 29 May 2020 22:49:39 +0800 Subject: add yasm to mingw platform --- 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 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 { -- cgit v1.3.1