From 6898c868efb7196bcecff4e730b5c3181a15ac43 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 2 Feb 2022 00:52:22 +0800 Subject: add on_download for package --- xmake/core/package/package.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'xmake/core/package/package.lua') 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" } -- cgit v1.3.1