diff options
| author | ruki <[email protected]> | 2025-01-25 00:53:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-01-25 00:53:59 +0800 |
| commit | 04c8ea3b4ea7dca2bb60c64057c6e9d43862696c (patch) | |
| tree | f2c7d5bd2a4ca754c1e042585125fb72089abfa5 /xmake/modules/lib | |
| parent | 4758d5fb50863ebefc7c7cdb3d3bf3670843cd82 (diff) | |
add cl6x modules
Diffstat (limited to 'xmake/modules/lib')
| -rw-r--r-- | xmake/modules/lib/detect/find_tool.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/lib/detect/find_tool.lua b/xmake/modules/lib/detect/find_tool.lua index 8b5892483..fa2b7b3bb 100644 --- a/xmake/modules/lib/detect/find_tool.lua +++ b/xmake/modules/lib/detect/find_tool.lua @@ -27,9 +27,6 @@ import("core.tool.toolchain") -- find tool from modules function _find_from_modules(name, opt) - -- TODO - print(toolchain.directories()) - local find_tool = import("detect.tools.find_" .. name, {try = true}) if find_tool then local program, version, toolname = find_tool(opt) |
