| author | |
| committer | |
| log | 3a7d8220dcc874e4534ce66961369eb4ab939dc8 |
| tree | cfa5baf6404e040041db0aeee8d2cfa95e00a7dc |
| parent | abfa31dae82e3cda7f583af92c1f3e09227b5948 |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -6,7 +6,7 @@ pub fn build(b: *std.build.Builder) void { |
| 6 | 6 | |
| 7 | 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 | 11 | if (std.mem.eql(u8, step, "run")) { |
| 12 | 12 | addExeStep(b, target, mode, "zig-unicode-ucd", "src/main.zig", "Run the app"); |