summaryrefslogtreecommitdiff
path: root/xmake/core/tool/toolchain.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-30 00:39:28 +0800
committerruki <[email protected]>2020-05-29 21:56:48 +0800
commit8ee95c16390e8dbac222d1c0e665eb7dc43cccc7 (patch)
treee026f81a3b7799b9e17b330b5df34dfbb6685903 /xmake/core/tool/toolchain.lua
parent1b197180ae3bb6b7d04e95e532dcb7666345d724 (diff)
improve mingw toolchain
Diffstat (limited to 'xmake/core/tool/toolchain.lua')
-rw-r--r--xmake/core/tool/toolchain.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/tool/toolchain.lua b/xmake/core/tool/toolchain.lua
index 200d00b3a..7b0463b25 100644
--- a/xmake/core/tool/toolchain.lua
+++ b/xmake/core/tool/toolchain.lua
@@ -303,6 +303,7 @@ function toolchain.apis()
-- toolchain.set_xxx
"toolchain.set_formats"
, "toolchain.set_toolsets"
+ , "toolchain.add_toolsets"
-- toolchain.add_xxx
, "toolchain.add_runenvs"
}