summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/utils/archive/extract.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/utils/archive/extract.lua b/xmake/modules/utils/archive/extract.lua
index f5cf33d38..53e3aaa67 100644
--- a/xmake/modules/utils/archive/extract.lua
+++ b/xmake/modules/utils/archive/extract.lua
@@ -34,7 +34,7 @@ import("detect.tools.find_unzip")
-- extract archivefile using tar
function _extract_using_tar(archivefile, outputdir, extension, opt)
- -- the tar of winenv can only extract "*.tar"
+ -- the tar of windows can only extract "*.tar"
if os.host() == "windows" and extension ~= ".tar" then
return false
end