summaryrefslogtreecommitdiff
path: root/xmake/rules/asm/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-03-29 22:32:11 +0800
committerruki <[email protected]>2025-04-08 15:31:56 +0800
commit92d6126d1c98c9c58d38f5b173d7248a1e882d20 (patch)
tree69849e9f0f9ac37e2bdcee00c8f5d279ee474e01 /xmake/rules/asm/xmake.lua
parent4b47fa99489e59337b056e0c95b50493c050fe32 (diff)
enable more build.object to jobgraph
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 78b693137..1c6743793 100644
--- a/xmake/rules/asm/xmake.lua
+++ b/xmake/rules/asm/xmake.lua
@@ -21,7 +21,7 @@
-- define rule: asm.build
rule("asm.build")
set_sourcekinds("as")
- on_build_files("private.action.build.object", {batch = true})
+ on_build_files("private.action.build.object", {jobgraph = true, batch = true})
-- define rule: asm
rule("asm")