summaryrefslogtreecommitdiff
path: root/xmake/core/base/task.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-09 09:21:53 +0800
committerruki <[email protected]>2017-08-09 09:21:53 +0800
commit874aae23f8f36de978263e1f295e8c7143025f53 (patch)
tree79279aab5c482694639dab542f328a31c22e44f4 /xmake/core/base/task.lua
parent24293af542a3167b616085317a4bfaac8e653a31 (diff)
move set_menu to set_dictionary of interpreter
Diffstat (limited to 'xmake/core/base/task.lua')
-rw-r--r--xmake/core/base/task.lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/xmake/core/base/task.lua b/xmake/core/base/task.lua
index 6da3c26ee..7a12c69af 100644
--- a/xmake/core/base/task.lua
+++ b/xmake/core/base/task.lua
@@ -323,7 +323,11 @@ function task.apis()
{
-- task.set_xxx
"task.set_category" -- main, action, plugin, task (default)
- , "task.set_menu"
+ }
+ , dictionary =
+ {
+ -- task.set_xxx
+ "task.set_menu"
}
, script =
{