| author | |
| committer | |
| log | 6d7743ec51d3ee14a69ff4439ebd97e9e7d4f0b9 |
| tree | 864b4d3a215dfb0aa1b1348defa2b7afd7a59c1b |
| parent | 26c908033750cbb98c3671b44f785e1e7a9623e8 |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -1,7 +1,7 @@ |
| 1 | 1 | const std = @import("std"); |
| 2 | 2 | const deps = @import("./deps.zig"); |
| 3 | 3 | |
| 4 | pub fn build(b: *std.build.Builder) void { | |
| 4 | pub fn build(b: *std.Build) void { | |
| 5 | 5 | const target = b.standardTargetOptions(.{}); |
| 6 | 6 | const mode = b.option(std.builtin.Mode, "mode", "") orelse .Debug; |
| 7 | 7 |