summaryrefslogtreecommitdiff
path: root/xmake/core/project/rule.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/project/rule.lua')
-rw-r--r--xmake/core/project/rule.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/project/rule.lua b/xmake/core/project/rule.lua
index 81ef99148..87a082888 100644
--- a/xmake/core/project/rule.lua
+++ b/xmake/core/project/rule.lua
@@ -165,6 +165,7 @@ function rule.apis()
-- rule.on_xxx
"rule.on_run"
, "rule.on_load"
+ , "rule.on_config"
, "rule.on_link"
, "rule.on_build"
, "rule.on_build_file"