summaryrefslogtreecommitdiff
path: root/xmake/modules/lib/detect/features.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/lib/detect/features.lua')
-rw-r--r--xmake/modules/lib/detect/features.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/lib/detect/features.lua b/xmake/modules/lib/detect/features.lua
index 7a00b04b4..ac72d288d 100644
--- a/xmake/modules/lib/detect/features.lua
+++ b/xmake/modules/lib/detect/features.lua
@@ -68,8 +68,8 @@ function main(name, opt)
return result
end
- -- detect.tools.xxx.features(opt)?
- local features = import("detect.tools." .. tool.name .. ".features", {try = true})
+ -- core.tools.xxx.features(opt)?
+ local features = import("core.tools." .. tool.name .. ".features", {try = true})
if features then
result = features(opt)
end