summaryrefslogtreecommitdiff
path: root/xmake/core/package/package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-02-02 00:52:22 +0800
committerruki <[email protected]>2022-02-02 00:52:22 +0800
commit6898c868efb7196bcecff4e730b5c3181a15ac43 (patch)
tree454d95e595c1e24a4dec36792003c26f393c2f4c /xmake/core/package/package.lua
parent0a6020b64b903aa67ed8c674135b8f26464246ba (diff)
add on_download 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 73b2731dd..20a5c0ff7 100644
--- a/xmake/core/package/package.lua
+++ b/xmake/core/package/package.lua
@@ -1841,6 +1841,7 @@ function package.apis()
-- package.on_xxx
"package.on_load"
, "package.on_fetch"
+ , "package.on_download"
, "package.on_install"
, "package.on_test"
}