summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/utils/archive/extract.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/xmake/modules/utils/archive/extract.lua b/xmake/modules/utils/archive/extract.lua
index c77ffc1ac..ff6d20e16 100644
--- a/xmake/modules/utils/archive/extract.lua
+++ b/xmake/modules/utils/archive/extract.lua
@@ -69,11 +69,7 @@ function _extract_using_tar(archivefile, outputdir, extension, opt)
table.insert(argv, "--force-local")
end
end
- if option.get("verbose") then
- table.insert(argv, "-xvf")
- else
- table.insert(argv, "-xf")
- end
+ table.insert(argv, "-xf")
table.insert(argv, path.absolute(archivefile))
-- ensure output directory