summaryrefslogtreecommitdiff
path: root/xmake/modules/lib
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-25 00:53:59 +0800
committerruki <[email protected]>2025-01-25 00:53:59 +0800
commit04c8ea3b4ea7dca2bb60c64057c6e9d43862696c (patch)
treef2c7d5bd2a4ca754c1e042585125fb72089abfa5 /xmake/modules/lib
parent4758d5fb50863ebefc7c7cdb3d3bf3670843cd82 (diff)
add cl6x modules
Diffstat (limited to 'xmake/modules/lib')
-rw-r--r--xmake/modules/lib/detect/find_tool.lua3
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)