summaryrefslogtreecommitdiff
path: root/xmake/rules/utils
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-21 22:31:57 +0800
committerruki <[email protected]>2023-02-21 22:31:57 +0800
commit0fc0959c413b6cb1900f59fee403502f7b8ae2e8 (patch)
treeeb163cff930258f3b562b940512f0cd028838658 /xmake/rules/utils
parent9b095fdc709852158c6414a79915384fead9b313 (diff)
remove rootdir
Diffstat (limited to 'xmake/rules/utils')
-rw-r--r--xmake/rules/utils/check_targets/checker.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/utils/check_targets/checker.lua b/xmake/rules/utils/check_targets/checker.lua
index c6cbd4bf1..f752f9149 100644
--- a/xmake/rules/utils/check_targets/checker.lua
+++ b/xmake/rules/utils/check_targets/checker.lua
@@ -18,7 +18,7 @@
-- @file check_targets.lua
--
-import("private.check.checker", {rootdir = os.programdir()})
+import("private.check.checker")
function _show(str, opt)
_g.showed = _g.showed or {}