diff options
| author | 2021-10-09 13:06:28 +0200 | |
|---|---|---|
| committer | 2021-10-09 13:06:28 +0200 | |
| commit | bf94b097c4134b9ceaf983984f71b688e36274a4 (patch) | |
| tree | 39e63af5cd21e59604913b00235ebd3acf473700 /build.zig | |
| parent | Indent help text on every new line to allow for user-controlled wrapping (diff) | |
| download | zig-clap-bf94b097c4134b9ceaf983984f71b688e36274a4.tar.gz zig-clap-bf94b097c4134b9ceaf983984f71b688e36274a4.tar.xz zig-clap-bf94b097c4134b9ceaf983984f71b688e36274a4.zip | |
Fix uses of builtin
Diffstat (limited to '')
| -rw-r--r-- | build.zig | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -1,7 +1,6 @@ | |||
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | 2 | ||
| 3 | const Builder = std.build.Builder; | 3 | const Builder = std.build.Builder; |
| 4 | const Mode = builtin.Mode; | ||
| 5 | 4 | ||
| 6 | pub fn build(b: *Builder) void { | 5 | pub fn build(b: *Builder) void { |
| 7 | const mode = b.standardReleaseOptions(); | 6 | const mode = b.standardReleaseOptions(); |