summaryrefslogtreecommitdiff
path: root/xmake/modules/private/action/require/impl/install_packages.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-24 00:38:44 +0800
committerruki <[email protected]>2023-02-24 00:38:44 +0800
commitaa7a5c718a95ccf01f5f439c11a2e8b116d0c19f (patch)
tree7e597e39731a543db70fd371610fd69fe006b766 /xmake/modules/private/action/require/impl/install_packages.lua
parente944c049ca7a8b380ac0754a053026d476020901 (diff)
improve to show searchnames
Diffstat (limited to 'xmake/modules/private/action/require/impl/install_packages.lua')
-rw-r--r--xmake/modules/private/action/require/impl/install_packages.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/install_packages.lua b/xmake/modules/private/action/require/impl/install_packages.lua
index 3e608f671..ab5b937ab 100644
--- a/xmake/modules/private/action/require/impl/install_packages.lua
+++ b/xmake/modules/private/action/require/impl/install_packages.lua
@@ -479,7 +479,7 @@ function _install_packages(packages_install, packages_download, installdeps)
if not action_install(instance) then
assert(instance:is_precompiled(), "package(%s) should be precompiled", instance:name())
-- we need disable built and re-download and re-install it
- instance:fackback_build()
+ instance:fallback_build()
action_download(instance)
action_install(instance)
end