diff options
| author | ruki <[email protected]> | 2023-02-21 22:46:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-02-21 22:46:08 +0800 |
| commit | 06cf8bbac41f3eb066609eca269eee3e4983989e (patch) | |
| tree | e31e68e9ca3cb4b6d6860e6f4c5d61938cb65d4f | |
| parent | 8ea58baa753ebcbfce5cd434a92e3dd369da0e0d (diff) | |
remove rootdir
| -rw-r--r-- | xmake/rules/utils/check_targets/checker.lua | 2 |
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 f752f9149..e4fa31ce7 100644 --- a/xmake/rules/utils/check_targets/checker.lua +++ b/xmake/rules/utils/check_targets/checker.lua @@ -43,7 +43,7 @@ function check_target(target) for name, info in table.orderpairs(checkers) do -- just do some faster checkers if info.timely then - import("private.check.checkers." .. name, {anonymous = true, rootdir = os.programdir()})({ + import("private.check.checkers." .. name, {anonymous = true})({ target = target, show = _show}) end end |
