From fe23b2c563b1188efdab9cebdb6c5153e94478af Mon Sep 17 00:00:00 2001 From: xq114 <1140735506@qq.com> Date: Sun, 30 May 2021 22:25:54 +0800 Subject: fix typo --- xmake/modules/detect/tools/find_perl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/detect/tools/find_perl.lua b/xmake/modules/detect/tools/find_perl.lua index 1a0fec242..a930d5891 100644 --- a/xmake/modules/detect/tools/find_perl.lua +++ b/xmake/modules/detect/tools/find_perl.lua @@ -45,7 +45,7 @@ function main(opt) if is_host("windows") then table.insert(paths, "$(reg HKEY_LOCAL_MACHINE\\SOFTWARE\\GitForWindows;InstallPath)\\usr\\bin") end - opt.pathes = paths + opt.paths = paths -- find program local program = find_program(opt.program or "perl", opt) -- cgit v1.3.1