| ... | @@ -1,9 +1,8 @@ | ... | @@ -1,9 +1,8 @@ |
| 1 | const std = @import("std"); | 1 | const std = @import("std"); |
| 2 | const Builder = std.build.Builder; | | |
| 3 | const builtin = std.builtin; | 2 | const builtin = std.builtin; |
| 4 | const deps = @import("./deps.zig"); | 3 | const deps = @import("./deps.zig"); |
| 5 | | 4 | |
| 6 | pub fn build(b: *Builder) void { | 5 | pub fn build(b: *std.build.Builder) void { |
| 7 | const target = b.standardTargetOptions(.{}); | 6 | const target = b.standardTargetOptions(.{}); |
| 8 | | 7 | |
| 9 | b.setPreferredReleaseMode(.ReleaseSafe); | 8 | b.setPreferredReleaseMode(.ReleaseSafe); |