diff options
| author | ruki <[email protected]> | 2019-11-10 21:16:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-11-10 21:16:38 +0800 |
| commit | efe09b2a11d9e43cfe1e3289ed9cae6ff7b867e7 (patch) | |
| tree | d23818c13eacfb6663a90c2b9123f3b142875ec0 /xmake/modules/utils/archive/extract.lua | |
| parent | c93a4ee207b499f9f869ef265e97fc5b1e40cd99 (diff) | |
improve unarchive for 7z on windows
Diffstat (limited to 'xmake/modules/utils/archive/extract.lua')
| -rw-r--r-- | xmake/modules/utils/archive/extract.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/utils/archive/extract.lua b/xmake/modules/utils/archive/extract.lua index fcb1a9a57..af4c64b82 100644 --- a/xmake/modules/utils/archive/extract.lua +++ b/xmake/modules/utils/archive/extract.lua @@ -128,6 +128,7 @@ function _extract_using_7z(archivefile, outputdir, extension, opt) -- remove unused pax_global_header file after extracting .tar file if extension == ".tar" then os.tryrm(path.join(outputdir, "pax_global_header")) + os.tryrm(path.join(outputdir, "PaxHeaders.*")) end -- continue to extract *.tar file |
