| author | |
| committer | |
| log | 849693f07c882fad369e557940583b8ac9d1c648 |
| tree | 7d92c3c417e2311a1a335f4e9a22fb5cff26a28e |
| parent | 0ca2b4e0f1b34122aada3c649ce3a627f3377ca3 |
Now it's more clear when zig is building the build script vs building
the actual project.1 files changed, 1 insertions(+), 0 deletions(-)
src/main.zig+1| ... | ... | @@ -4795,6 +4795,7 @@ fn cmdBuild(gpa: Allocator, arena: Allocator, args: []const []const u8) !void { |
| 4795 | 4795 | const color: Color = .auto; |
| 4796 | 4796 | const root_prog_node = std.Progress.start(.{ |
| 4797 | 4797 | .disable_printing = (color == .off), |
| 4798 | .root_name = "Compile Build Script", | |
| 4798 | 4799 | }); |
| 4799 | 4800 | defer root_prog_node.end(); |
| 4800 | 4801 |