diff options
Diffstat (limited to 'xmake/modules/detect/tool/find_lldb.lua')
| -rw-r--r-- | xmake/modules/detect/tool/find_lldb.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/tool/find_lldb.lua b/xmake/modules/detect/tool/find_lldb.lua index 3c15c2fb1..8a6e86341 100644 --- a/xmake/modules/detect/tool/find_lldb.lua +++ b/xmake/modules/detect/tool/find_lldb.lua @@ -46,7 +46,7 @@ function main(opt) opt = opt or {} -- find program - local program = find_program(opt.program or "lldb") + local program = find_program(opt.program or "lldb", opt.pathes, opt.check) -- find program version local version = nil |
