diff options
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -53,7 +53,7 @@ pub fn build(b: *Builder) void { | |||
| 53 | 53 | ||
| 54 | fn readMeStep(b: *Builder) *std.build.Step { | 54 | fn readMeStep(b: *Builder) *std.build.Step { |
| 55 | const s = b.allocator.create(std.build.Step) catch unreachable; | 55 | const s = b.allocator.create(std.build.Step) catch unreachable; |
| 56 | s.* = std.build.Step.init(.Custom, "ReadMeStep", b.allocator, struct { | 56 | s.* = std.build.Step.init(.custom, "ReadMeStep", b.allocator, struct { |
| 57 | fn make(step: *std.build.Step) anyerror!void { | 57 | fn make(step: *std.build.Step) anyerror!void { |
| 58 | @setEvalBranchQuota(10000); | 58 | @setEvalBranchQuota(10000); |
| 59 | const file = try std.fs.cwd().createFile("README.md", .{}); | 59 | const file = try std.fs.cwd().createFile("README.md", .{}); |