diff options
| author | ruki <[email protected]> | 2021-11-06 21:41:57 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-11-06 21:41:57 +0800 |
| commit | 1e4cbd0ad277904bf86366dfba44c965fc640f73 (patch) | |
| tree | 48e6812fe8a9d2c400b6be480f81f0be2640db57 /xmake/modules/detect/tools/find_pkg_config.lua | |
| parent | 736dc4db6368fa4dd1770e768c5577bc8d55255d (diff) | |
add pkgconf
Diffstat (limited to 'xmake/modules/detect/tools/find_pkg_config.lua')
| -rw-r--r-- | xmake/modules/detect/tools/find_pkg_config.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/detect/tools/find_pkg_config.lua b/xmake/modules/detect/tools/find_pkg_config.lua index 00698d2cc..0dc83454a 100644 --- a/xmake/modules/detect/tools/find_pkg_config.lua +++ b/xmake/modules/detect/tools/find_pkg_config.lua @@ -48,7 +48,5 @@ function main(opt) if program and opt and opt.version then version = find_programver(program, opt) end - - -- ok? return program, version end |
