summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/core/package/package.lua')
-rw-r--r--xmake/core/package/package.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/package/package.lua b/xmake/core/package/package.lua
index 48c84145b..2d0fe989d 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -2663,6 +2663,7 @@ function package.apis()
-- package.on_xxx
"package.on_load"
, "package.on_fetch"
+ , "package.on_check"
, "package.on_download"
, "package.on_install"
, "package.on_test"