summaryrefslogtreecommitdiff
path: root/xmake/modules/detect/tools/find_7z.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2021-03-02 00:32:14 +0800
committerruki <[email protected]>2021-03-02 00:32:14 +0800
commit8f0fee2899d3fdbca259f32acb068b3a4a45bec6 (patch)
tree5810513c8ffd13fcced87dbfecbbf6b0bb1b8497 /xmake/modules/detect/tools/find_7z.lua
parentcbaf212c6befb4e8974aa49be12a99a9fe316f46 (diff)
improve to find_7z and add bzip2
Diffstat (limited to 'xmake/modules/detect/tools/find_7z.lua')
-rw-r--r--xmake/modules/detect/tools/find_7z.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/detect/tools/find_7z.lua b/xmake/modules/detect/tools/find_7z.lua
index a53ba4dc1..b441c2200 100644
--- a/xmake/modules/detect/tools/find_7z.lua
+++ b/xmake/modules/detect/tools/find_7z.lua
@@ -60,7 +60,5 @@ function main(opt)
if program and opt and opt.version then
version = find_programver(program, opt)
end
-
- -- ok?
return program, version
end