| ... | ... | @@ -709,7 +709,9 @@ fn make(step: *Step, prog_node: *std.Progress.Node) !void { |
| 709 | 709 | b.fmt("{s}{s}", .{ placeholder.output.prefix, output_path }); |
| 710 | 710 | } |
| 711 | 711 | |
| 712 | | return runCommand(run, argv_list.items, has_side_effects, output_dir_path, prog_node); |
| 712 | try runCommand(run, argv_list.items, has_side_effects, output_dir_path, prog_node); |
| 713 | try step.writeManifest(&man); |
| 714 | return; |
| 713 | 715 | }; |
| 714 | 716 | |
| 715 | 717 | // We do not know the final output paths yet, use temp paths to run the command. |