summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2026-01-09 23:32:58 +0800
committerruki <[email protected]>2026-01-09 17:59:13 +0800
commit44290817fe9a5151253951004ab52a95ce625fe2 (patch)
tree93862654e99d5443673724dd164fa891de180e99
parentc688e5681ff8f8e1b80e07fd78a528eacc4258b6 (diff)
fix 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 2abc1643a..0a3c51b65 100644
--- a/xmake/platforms/mingw/xmake.lua
+++ b/xmake/platforms/mingw/xmake.lua
@@ -31,7 +31,7 @@ platform("mingw")
set_formats("binary", "$(name).exe")
set_formats("symbol", "$(name).pdb")
- set_toolchains("envs", "mingw", "yasm", "nasm", "fasm", "go")
+ set_toolchains("mingw", "yasm", "nasm", "fasm", "go")
set_menu {
config =