diff options
Diffstat (limited to 'xmake/rules/asm/xmake.lua')
| -rw-r--r-- | xmake/rules/asm/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/asm/xmake.lua b/xmake/rules/asm/xmake.lua index 8b89231ee..57d399c94 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") + add_deps("asm.build", "utils.merge.object") |
