We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94f7e6 commit 96d3953Copy full SHA for 96d3953
lib/build_runner.zig
@@ -279,7 +279,7 @@ fn runStepNames(
279
} else {
280
try step_stack.resize(step_names.len);
281
282
- for (step_names) |step_name, i| {
+ for (step_names, 0..) |step_name, i| {
283
const s = b.top_level_steps.get(step_name) orelse {
284
std.debug.print("no step named '{s}'. Access the help menu with 'zig build -h'\n", .{step_name});
285
process.exit(1);
0 commit comments