| author | |
| committer | |
| log | 603e92cdde0afaa046ec8b560ae9e216c72cf588 |
| tree | 693d3389646435aa33ca1097edad741a459dce4b |
| parent | 20bb5bde88e4280154780eb6c5ba7810fa6ab810 |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/compiler/Maker.zig+1| ... | ... | @@ -431,6 +431,7 @@ pub fn main(init: process.Init.Minimal) !void { |
| 431 | 431 | }; |
| 432 | 432 | var top_level_steps: std.StringArrayHashMapUnmanaged(Configuration.Step.Index) = .empty; |
| 433 | 433 | for (configuration.steps, 0..) |*conf_step, step_index_usize| { |
| 434 | if (conf_step.owner != .root) continue; | |
| 434 | 435 | const step_index: Configuration.Step.Index = @enumFromInt(step_index_usize); |
| 435 | 436 | const flags = conf_step.flags(&configuration); |
| 436 | 437 | if (flags.tag == .top_level) { |