diff options
| author | ruki <[email protected]> | 2024-05-11 10:12:18 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-11 10:12:18 +0800 |
| commit | c6cd8a29faa3dd564a36998f1a417451d68e2d8d (patch) | |
| tree | c9b854cf03d54c21116ce36ac6452d4d77818a09 /xmake/core/package/package.lua | |
| parent | 2e3a31be034dd4fab8cd0cb206efa30a35897020 (diff) | |
| parent | ac5b68d1509342c93637d7149f3c208daa49ae8d (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.lua | 1 |
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" |
