summaryrefslogtreecommitdiff
path: root/xmake/modules/detect/tools/find_zip.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-11-17 00:53:23 +0800
committerruki <[email protected]>2020-11-17 00:53:23 +0800
commitb0bb7321d5474c04becc4a1dab0502ad29203e73 (patch)
tree751a10fc577378e2e7c31d1fe18fca14dac1e44c /xmake/modules/detect/tools/find_zip.lua
parent5126a44b24e0f3266e0f588308469225ff3d603d (diff)
improve vcpkg
Diffstat (limited to 'xmake/modules/detect/tools/find_zip.lua')
-rw-r--r--xmake/modules/detect/tools/find_zip.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/detect/tools/find_zip.lua b/xmake/modules/detect/tools/find_zip.lua
index ec4dbf5ee..4d77c8715 100644
--- a/xmake/modules/detect/tools/find_zip.lua
+++ b/xmake/modules/detect/tools/find_zip.lua
@@ -50,7 +50,5 @@ function main(opt)
if program and opt and opt.version then
version = find_programver(program, opt)
end
-
- -- ok?
return program, version
end