summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/utils/archive/archive.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/utils/archive/archive.lua b/xmake/modules/utils/archive/archive.lua
index 720a93a2f..b0f96f221 100644
--- a/xmake/modules/utils/archive/archive.lua
+++ b/xmake/modules/utils/archive/archive.lua
@@ -319,7 +319,7 @@ function main(archivefile, inputfiles, opt)
-- init archivers
local archivers = {
- [".zip"] = {_archive_using_7z, _archive_using_7z}
+ [".zip"] = {_archive_using_zip, _archive_using_7z}
, [".7z"] = {_archive_using_7z}
, [".xz"] = {_archive_using_xz}
, [".gz"] = {_archive_using_gzip}