diff options
| author | ruki <[email protected]> | 2017-06-19 21:16:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-06-19 21:23:00 +0800 |
| commit | 1e7d8c44b51528b129c9d600785fd7a84850646b (patch) | |
| tree | b86fcb28091ba83a3f5dc4b0485163a2e3c759f6 /xmake/modules/utils/archive/extract.lua | |
| parent | e2d960162cd7c78eaa86ae3fc474a112ec4ddfbe (diff) | |
impl has_flags and rename detect.xxx to detect.xxxs
Diffstat (limited to 'xmake/modules/utils/archive/extract.lua')
| -rw-r--r-- | xmake/modules/utils/archive/extract.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmake/modules/utils/archive/extract.lua b/xmake/modules/utils/archive/extract.lua index e350ff636..4672c2442 100644 --- a/xmake/modules/utils/archive/extract.lua +++ b/xmake/modules/utils/archive/extract.lua @@ -25,10 +25,10 @@ -- imports import("core.base.option") import("lib.detect.find_file") -import("detect.tool.find_7z") -import("detect.tool.find_tar") -import("detect.tool.find_gzip") -import("detect.tool.find_unzip") +import("detect.tools.find_7z") +import("detect.tools.find_tar") +import("detect.tools.find_gzip") +import("detect.tools.find_unzip") -- extract archivefile using tar function _extract_using_tar(archivefile, outputdir, extension) |
