summaryrefslogtreecommitdiff
path: root/xmake/rules/objc++/xmake.lua
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/objc++/xmake.lua
parent09eb965760daaa301c40910b6dfe61f1ba832cc1 (diff)
rewrite check targets
Diffstat (limited to 'xmake/rules/objc++/xmake.lua')
-rw-r--r--xmake/rules/objc++/xmake.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/rules/objc++/xmake.lua b/xmake/rules/objc++/xmake.lua
index 65ba757b8..447c12176 100644
--- a/xmake/rules/objc++/xmake.lua
+++ b/xmake/rules/objc++/xmake.lua
@@ -63,6 +63,3 @@ rule("objc++")
-- we attempt to extract symbols to the independent file and
-- 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")