From 7cc19edf97f221db90a697cf4b794048981ea8bc Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 10 Nov 2017 23:13:31 +0800 Subject: remove task.on_run in project --- xmake/core/project/project.lua | 2 -- 1 file changed, 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 = { -- cgit v1.3.1