diff options
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 |
