summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-16 10:52:33 +0800
committerruki <[email protected]>2020-05-16 10:52:33 +0800
commit87a0828f8d20d3a1a83aed640e6e77560668e488 (patch)
treeaa869da841af4642efdad445c26382a6af06ea1b
parent82bf1252a0104734b8f3b5d7ef154d3025b9f96f (diff)
fix toolchain errors
-rw-r--r--xmake/core/tool/toolchain.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/tool/toolchain.lua b/xmake/core/tool/toolchain.lua
index ef2b4eda6..ef04e31bf 100644
--- a/xmake/core/tool/toolchain.lua
+++ b/xmake/core/tool/toolchain.lua
@@ -151,7 +151,7 @@ function toolchain._apis()
, dictionary =
{
-- toolchain.set_xxx
- , "toolchain.set_formats"
+ "toolchain.set_formats"
}
}
end