summaryrefslogtreecommitdiff
path: root/xmake/rules/objc++/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/objc++/xmake.lua')
-rw-r--r--xmake/rules/objc++/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/objc++/xmake.lua b/xmake/rules/objc++/xmake.lua
index 412704bcb..824034705 100644
--- a/xmake/rules/objc++/xmake.lua
+++ b/xmake/rules/objc++/xmake.lua
@@ -36,4 +36,4 @@ rule("objc++.build")
-- define rule: objc
rule("objc++")
- add_deps("objc++.build", "objc.build")
+ add_deps("objc++.build", "objc.build", "utils.merge.object")