diff options
| author | ruki <[email protected]> | 2017-06-06 18:41:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-06-06 18:41:05 +0800 |
| commit | 2309c5ec03eb09842814bcf03fffa8fa93999acf (patch) | |
| tree | d0e796ee7eff59a38eae6979b069a574eb51fe40 /xmake/modules/detect/tool/find_wget.lua | |
| parent | b62c9a1a532058db12fb73cdfeb0e174c8cbf2f2 (diff) | |
add find_library and remove some old codes
Diffstat (limited to 'xmake/modules/detect/tool/find_wget.lua')
| -rw-r--r-- | xmake/modules/detect/tool/find_wget.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/tool/find_wget.lua b/xmake/modules/detect/tool/find_wget.lua index ff22f31d4..59a9c7d63 100644 --- a/xmake/modules/detect/tool/find_wget.lua +++ b/xmake/modules/detect/tool/find_wget.lua @@ -42,7 +42,7 @@ import("lib.detect.find_programver") function main(opt) -- find program - local program = find_program("wget", { "/usr/bin", "/usr/local/bin"}) + local program = find_program("wget") -- find program version local version = nil |
