summaryrefslogtreecommitdiff
path: root/xmake/modules/private/action/require/impl/download_packages.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2024-05-08 23:58:38 +0800
committerruki <[email protected]>2024-05-08 23:58:38 +0800
commitac710f9f2e51bab6d7cb2c8f853944a02505c3bc (patch)
tree144fc9cee3ad833366c69f30d839c3cdef184838 /xmake/modules/private/action/require/impl/download_packages.lua
parentffd93fb0daccc2d4e88c1984440cb05ab96f5adb (diff)
do not extract package
Diffstat (limited to 'xmake/modules/private/action/require/impl/download_packages.lua')
-rw-r--r--xmake/modules/private/action/require/impl/download_packages.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/download_packages.lua b/xmake/modules/private/action/require/impl/download_packages.lua
index 5005391c4..3f37ddcaf 100644
--- a/xmake/modules/private/action/require/impl/download_packages.lua
+++ b/xmake/modules/private/action/require/impl/download_packages.lua
@@ -175,7 +175,7 @@ function _download_packages(packages_download, packagedeps)
packages_downloading[index] = instance
-- download this package
- action_download(instance)
+ action_download(instance, {outputdir = option.get("packagedir"), extract = false})
-- reset package status cache
_g.package_status_cache = nil