diff options
Diffstat (limited to 'xmake/rules/cuda/xmake.lua')
| -rw-r--r-- | xmake/rules/cuda/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/cuda/xmake.lua b/xmake/rules/cuda/xmake.lua index 334f569f1..4ce6699ff 100644 --- a/xmake/rules/cuda/xmake.lua +++ b/xmake/rules/cuda/xmake.lua @@ -22,7 +22,7 @@ rule("cuda.build") set_sourcekinds("cu") add_deps("cuda.build.devlink") - on_build_files("private.action.build.object", {batch = true}) + on_build_files("private.action.build.object", {jobgraph = true, batch = true}) on_config(function (target) -- https://github.com/xmake-io/xmake/issues/4755 local cu_ccbin = target:tool("cu-ccbin") |
