summaryrefslogtreecommitdiff
path: root/xmake/rules/objc++
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-28 22:58:52 +0800
committerruki <[email protected]>2020-04-28 11:53:15 +0800
commit46db0ae216d4581b8db54c23e678f0cf50169569 (patch)
tree99141fd38cbd57f42c4f4155976217a585341fb4 /xmake/rules/objc++
parente711f0074cfae91f75a0a20acd6ebea8c610fb98 (diff)
check includedirs, linkdirs and etc
Diffstat (limited to 'xmake/rules/objc++')
-rw-r--r--xmake/rules/objc++/xmake.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/rules/objc++/xmake.lua b/xmake/rules/objc++/xmake.lua
index e54aa869c..ca027b9d6 100644
--- a/xmake/rules/objc++/xmake.lua
+++ b/xmake/rules/objc++/xmake.lua
@@ -65,3 +65,6 @@ 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")