diff options
| author | 2021-12-21 20:26:54 +0100 | |
|---|---|---|
| committer | 2021-12-21 20:26:54 +0100 | |
| commit | 285fb8f5cc604a3886450aba56b5e217760ab748 (patch) | |
| tree | 309601281c29395c5db521c5e5fa02c427dcb2d5 /build.zig | |
| parent | Improve help and usage examples (diff) | |
| parent | zig master updates: allocator changes (#60) (diff) | |
| download | zig-clap-285fb8f5cc604a3886450aba56b5e217760ab748.tar.gz zig-clap-285fb8f5cc604a3886450aba56b5e217760ab748.tar.xz zig-clap-285fb8f5cc604a3886450aba56b5e217760ab748.zip | |
Merge branch 'zig-master'
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; |