diff options
| author | ruki <[email protected]> | 2017-11-10 23:13:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-11-10 13:21:06 +0800 |
| commit | 7cc19edf97f221db90a697cf4b794048981ea8bc (patch) | |
| tree | 13f77519c57faec316d035222202c9dafd122e9f | |
| parent | cedd7c8710a497e3facce3a81383216f88000ee7 (diff) | |
remove task.on_run in project
| -rw-r--r-- | xmake/core/project/project.lua | 2 |
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 = { |
