From aa7a5c718a95ccf01f5f439c11a2e8b116d0c19f Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 24 Feb 2023 00:38:44 +0800 Subject: improve to show searchnames --- xmake/modules/private/action/require/impl/install_packages.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/private/action/require/impl/install_packages.lua') 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 -- cgit v1.3.1