diff options
Diffstat (limited to 'xmake/modules/detect/tools/find_link.lua')
| -rw-r--r-- | xmake/modules/detect/tools/find_link.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/tools/find_link.lua b/xmake/modules/detect/tools/find_link.lua index 5814cba09..dd6c6a24a 100644 --- a/xmake/modules/detect/tools/find_link.lua +++ b/xmake/modules/detect/tools/find_link.lua @@ -43,7 +43,7 @@ function main(opt) -- init options opt = opt or {} opt.check = opt.check or function (program) - + -- find cl local cl = assert(find_tool("cl", {envs = opt.envs})) |
