summaryrefslogtreecommitdiff
path: root/xmake/rules/c++
diff options
context:
space:
mode:
authorruki <[email protected]>2023-02-21 23:16:23 +0800
committerruki <[email protected]>2023-02-21 23:16:23 +0800
commitb39a55d547a5c80298626cb46ff9e338d4729e10 (patch)
treec8a83806eb1e17d9d4dc135a15ba5048fd2c3c37 /xmake/rules/c++
parent09eb965760daaa301c40910b6dfe61f1ba832cc1 (diff)
rewrite check targets
Diffstat (limited to 'xmake/rules/c++')
-rw-r--r--xmake/rules/c++/xmake.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/rules/c++/xmake.lua b/xmake/rules/c++/xmake.lua
index 3d160ab65..bc67941d9 100644
--- a/xmake/rules/c++/xmake.lua
+++ b/xmake/rules/c++/xmake.lua
@@ -52,9 +52,6 @@ rule("c++")
-- strip self-target binary if `set_symbols("debug")` and `set_strip("all")` are enabled
add_deps("utils.symbols.extract")
- -- check targets
- add_deps("utils.check.targets")
-
-- check licenses
add_deps("utils.check.licenses")