summaryrefslogtreecommitdiff
path: root/xmake/rules/asm/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-01 21:59:41 +0800
committerruki <[email protected]>2019-09-01 21:59:41 +0800
commit80b583a69845241f61e142c99341c18583316171 (patch)
tree1fcddf381b98e61b650270d1a454de91e9c3378d /xmake/rules/asm/xmake.lua
parent4e2efd1b22f337a94d9186eb213a1ba1bd76bc55 (diff)
add utils.merge.archive rule
Diffstat (limited to 'xmake/rules/asm/xmake.lua')
-rw-r--r--xmake/rules/asm/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/asm/xmake.lua b/xmake/rules/asm/xmake.lua
index 57d399c94..3a7e85f59 100644
--- a/xmake/rules/asm/xmake.lua
+++ b/xmake/rules/asm/xmake.lua
@@ -27,4 +27,4 @@ rule("asm.build")
-- define rule: asm
rule("asm")
- add_deps("asm.build", "utils.merge.object")
+ add_deps("asm.build", "utils.merge.object", "utils.merge.archive")