summaryrefslogtreecommitdiff
path: root/xmake/rules/objc++
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-01 21:06:13 +0800
committerruki <[email protected]>2019-09-01 21:06:13 +0800
commit4e2efd1b22f337a94d9186eb213a1ba1bd76bc55 (patch)
tree59c99ae8165b6a6a877c47f6d085f9470bf0aa15 /xmake/rules/objc++
parentc389da17f9d6bbe99ea10ef3a997a57967e3bffc (diff)
add utils.merge.object rule
Diffstat (limited to 'xmake/rules/objc++')
-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")