From 04c8ea3b4ea7dca2bb60c64057c6e9d43862696c Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 25 Jan 2025 00:53:59 +0800 Subject: add cl6x modules --- xmake/modules/lib/detect/find_tool.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmake/modules/lib/detect/find_tool.lua') 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) -- cgit v1.3.1