summaryrefslogtreecommitdiff
path: root/xmake/rules/zig/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/rules/zig/xmake.lua')
-rw-r--r--xmake/rules/zig/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/zig/xmake.lua b/xmake/rules/zig/xmake.lua
index 4565fcda6..3d0a0a4b9 100644
--- a/xmake/rules/zig/xmake.lua
+++ b/xmake/rules/zig/xmake.lua
@@ -26,7 +26,7 @@ rule("zig.build")
os.mkdir(cachedir)
target:add("zcflags", "--cache-dir " .. cachedir)
end)
- on_build_files("private.action.build.object", {batch = true})
+ on_build_files("private.action.build.object", {jobgraph = true, batch = true})
-- define rule: zig
rule("zig")