summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 4a91e1a78..cd5d8eec6 100644
--- a/xmake/modules/utils/archive/extract.lua
+++ b/xmake/modules/utils/archive/extract.lua
@@ -45,7 +45,7 @@ function _extract_using_tar(archivefile, outputdir, extension, opt)
-- init argv
local argv = {}
- if is_host("windows") and not os.is_subhost("msys", "cygwin") then
+ if is_host("windows") then
-- force "x:\\xx" as local file
local force_local = _g.force_local
if force_local == nil then