mirror of
https://github.com/ziglang/zig.git
synced 2025-02-06 12:41:20 +00:00
zig build: give a root progress name
Now it's more clear when zig is building the build script vs building the actual project.
This commit is contained in:
parent
0ca2b4e0f1
commit
849693f07c
@ -4795,6 +4795,7 @@ fn cmdBuild(gpa: Allocator, arena: Allocator, args: []const []const u8) !void {
|
||||
const color: Color = .auto;
|
||||
const root_prog_node = std.Progress.start(.{
|
||||
.disable_printing = (color == .off),
|
||||
.root_name = "Compile Build Script",
|
||||
});
|
||||
defer root_prog_node.end();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user