| ... | @@ -6,7 +6,7 @@ pub fn build(b: *std.build.Builder) void { | ... | @@ -6,7 +6,7 @@ pub fn build(b: *std.build.Builder) void { |
| 6 | | 6 | |
| 7 | const mode = b.standardReleaseOptions(); | 7 | const mode = b.standardReleaseOptions(); |
| 8 | | 8 | |
| 9 | const step = b.option([]const u8, "step", "") orelse "run"; | 9 | const step = b.option([]const u8, "step", "") orelse "generate"; |
| 10 | | 10 | |
| 11 | if (std.mem.eql(u8, step, "run")) { | 11 | if (std.mem.eql(u8, step, "run")) { |
| 12 | addExeStep(b, target, mode, "zig-unicode-ucd", "src/main.zig", "Run the app"); | 12 | addExeStep(b, target, mode, "zig-unicode-ucd", "src/main.zig", "Run the app"); |