summaryrefslogtreecommitdiff
path: root/xmake/modules/private/action/require/impl/download_packages.lua
diff options
context:
space:
mode:
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