diff options
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -52,7 +52,7 @@ pub fn build(b: *Builder) void { | |||
| 52 | 52 | ||
| 53 | fn readMeStep(b: *Builder) *std.build.Step { | 53 | fn readMeStep(b: *Builder) *std.build.Step { |
| 54 | const s = b.allocator.create(std.build.Step) catch unreachable; | 54 | const s = b.allocator.create(std.build.Step) catch unreachable; |
| 55 | s.* = std.build.Step.init(.Custom, "ReadMeStep", b.allocator, struct { | 55 | s.* = std.build.Step.init(.custom, "ReadMeStep", b.allocator, struct { |
| 56 | fn make(step: *std.build.Step) anyerror!void { | 56 | fn make(step: *std.build.Step) anyerror!void { |
| 57 | @setEvalBranchQuota(10000); | 57 | @setEvalBranchQuota(10000); |
| 58 | _ = step; | 58 | _ = step; |