diff options
| author | ruki <[email protected]> | 2024-10-24 23:51:29 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-10-24 23:51:29 +0800 |
| commit | c78f1d8a874aa899387e8ab959932cc8b9de33aa (patch) | |
| tree | 3cbe838c3656de05caf9d4a1f86380cf0bd75751 | |
| parent | 13c88acff1ee187c5df4382b0f9f603552fefc94 (diff) | |
improve to find archiver
| -rw-r--r-- | xmake/modules/private/action/require/impl/environment.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xmake/modules/private/action/require/impl/environment.lua b/xmake/modules/private/action/require/impl/environment.lua index 02b700a0f..b1e7dee7f 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") |
