From c78f1d8a874aa899387e8ab959932cc8b9de33aa Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 24 Oct 2024 23:51:29 +0800 Subject: [PATCH] improve to find archiver --- xmake/modules/private/action/require/impl/environment.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xmake/modules/private/action/require/impl/environment.lua b/xmake/modules/private/action/require/impl/environment.lua index 02b700a0f3..b1e7dee7f3 100644 --- a/xmake/modules/private/action/require/impl/environment.lua +++ b/xmake/modules/private/action/require/impl/environment.lua @@ -32,11 +32,6 @@ import("private.action.require.impl.install_packages") -- function enter() - -- unzip or 7zip is necessary - if not is_host("windows") and not find_tool("unzip") and not find_tool("7z") then - raise("failed to find unzip or 7zip! please install one of them first") - end - -- enter the environments of git _g._OLDENVS = packagenv.enter("git")