diff options
| author | ruki <[email protected]> | 2020-11-05 00:45:50 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-05 00:45:50 +0800 |
| commit | 46a47d31e91c44550bc3feb3d80760b120cad4a2 (patch) | |
| tree | 6b3478ee9ae8752a19cb14661d987e11df47e13d /xmake/modules/lib/detect/find_tool.lua | |
| parent | 5fb5cf85a0f1a25a542596299a11f9dee6d42fe9 (diff) | |
improve package
Diffstat (limited to 'xmake/modules/lib/detect/find_tool.lua')
| -rw-r--r-- | xmake/modules/lib/detect/find_tool.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/lib/detect/find_tool.lua b/xmake/modules/lib/detect/find_tool.lua index 34ad0c20c..f0626c626 100644 --- a/xmake/modules/lib/detect/find_tool.lua +++ b/xmake/modules/lib/detect/find_tool.lua @@ -88,7 +88,5 @@ function main(name, opt) if program and opt.version then version = find_programver(program, opt) end - - -- ok? return {name = toolname, program = program, version = version} end |
