summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-11-10 23:13:31 +0800
committerruki <[email protected]>2017-11-10 13:21:06 +0800
commit7cc19edf97f221db90a697cf4b794048981ea8bc (patch)
tree13f77519c57faec316d035222202c9dafd122e9f
parentcedd7c8710a497e3facce3a81383216f88000ee7 (diff)
remove task.on_run in project
-rw-r--r--xmake/core/project/project.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index 7c9ab62b8..525b5af7e 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -281,8 +281,6 @@ function project.interpreter()
, "option.on_check"
-- option.after_xxx
, "option.after_check"
- -- target.on_xxx
- , "task.on_run"
}
, custom =
{