fix build_compiler
This commit is contained in:
parent
52776b0b78
commit
1b137d5b66
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ const Maker = struct {
|
|||
.{
|
||||
.BUILD_NUMBER = 0,
|
||||
.BUILD_COMMIT = commit_hash.stdout[0 .. commit_hash.stdout.len - 1], // omit newline
|
||||
.BUILD_COMPILER = zig_version,
|
||||
.BUILD_COMPILER = builder.fmt("Zig {s}", .{zig_version}),
|
||||
.BUILD_TARGET = try target.allocDescription(builder.allocator),
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue