diff options
| author | ruki <[email protected]> | 2023-02-21 00:41:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-02-21 00:41:27 +0800 |
| commit | 559f90b555e5227716a6762d545c9c2171fef55c (patch) | |
| tree | 0ddf191a1c9f73c93f771594d4bcc56f3cc4431c | |
| parent | 52272f424a743e905b2817148caad12538d39ebc (diff) | |
remove unused deps
| -rw-r--r-- | xmake/rules/utils/check_targets/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/utils/check_targets/xmake.lua b/xmake/rules/utils/check_targets/xmake.lua index 553678793..35f58bc37 100644 --- a/xmake/rules/utils/check_targets/xmake.lua +++ b/xmake/rules/utils/check_targets/xmake.lua @@ -19,7 +19,6 @@ -- rule("utils.check.targets") - add_deps("utils.check.project") before_build(function (target) import("checker").check_target(target) end) |
