diff options
Diffstat (limited to 'xmake/core/tool/toolchain.lua')
| -rw-r--r-- | xmake/core/tool/toolchain.lua | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/xmake/core/tool/toolchain.lua b/xmake/core/tool/toolchain.lua index 3644fa8c0..894dfb879 100644 --- a/xmake/core/tool/toolchain.lua +++ b/xmake/core/tool/toolchain.lua @@ -272,7 +272,8 @@ function toolchain._apis() , keyvalues = { -- toolchain.set_xxx - "toolchain.set_toolsets" + "toolchain.set_formats" + , "toolchain.set_toolsets" -- toolchain.add_xxx , "toolchain.add_runenvs" } @@ -282,11 +283,6 @@ function toolchain._apis() "toolchain.on_load" , "toolchain.on_check" } - , dictionary = - { - -- toolchain.set_xxx - "toolchain.set_formats" - } } end |
