Skip to content

Commit

Permalink
improve to find archiver
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Oct 24, 2024
1 parent 13c88ac commit c78f1d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions xmake/modules/private/action/require/impl/environment.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit c78f1d8

Please sign in to comment.