Skip to content

Commit

Permalink
Update to newest version of zig
Browse files Browse the repository at this point in the history
  • Loading branch information
Hejsil committed Jul 17, 2024
1 parent c0193e9 commit 39fce9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn readMeStep(b: *std.Build) *std.Build.Step {
.name = "ReadMeStep",
.owner = b,
.makeFn = struct {
fn make(step: *std.Build.Step, _: std.Progress.Node) anyerror!void {
fn make(step: *std.Build.Step, _: std.Build.Step.MakeOptions) anyerror!void {
@setEvalBranchQuota(10000);
_ = step;
const file = try std.fs.cwd().createFile("README.md", .{});
Expand Down

0 comments on commit 39fce9b

Please sign in to comment.