summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-05-11 10:12:18 +0800
committerGitHub <[email protected]>2024-05-11 10:12:18 +0800
commitc6cd8a29faa3dd564a36998f1a417451d68e2d8d (patch)
treec9b854cf03d54c21116ce36ac6452d4d77818a09 /xmake/core/package/package.lua
parent2e3a31be034dd4fab8cd0cb206efa30a35897020 (diff)
parentac5b68d1509342c93637d7149f3c208daa49ae8d (diff)
Merge pull request #5086 from xmake-io/check
add check script for package
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"