diff options
Diffstat (limited to 'xmake/rules/swift/xmake.lua')
| -rw-r--r-- | xmake/rules/swift/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/swift/xmake.lua b/xmake/rules/swift/xmake.lua index d1ea0e886..9a2dfbb5b 100644 --- a/xmake/rules/swift/xmake.lua +++ b/xmake/rules/swift/xmake.lua @@ -21,7 +21,7 @@ -- define rule: swift.build rule("swift.build") set_sourcekinds("sc") - on_build_files("private.action.build.object", {batch = true}) + on_build_files("private.action.build.object", {jobgraph = true, batch = true}) on_config(function (target) -- we use swift-frontend to support multiple modules -- @see https://github.com/xmake-io/xmake/issues/3916 |
