| ... | @@ -1,6 +1,6 @@ | ... | @@ -1,6 +1,6 @@ |
| 1 | const Builder = @import("std").build.Builder; | 1 | const std = @import("std"); |
| 2 | | 2 | |
| 3 | pub fn build(b: *Builder) void { | 3 | pub fn build(b: *std.build.Builder) void { |
| 4 | // Standard target options allows the person running `zig build` to choose | 4 | // Standard target options allows the person running `zig build` to choose |
| 5 | // what target to build for. Here we do not override the defaults, which | 5 | // what target to build for. Here we do not override the defaults, which |
| 6 | // means any target is allowed, and the default is native. Other options | 6 | // means any target is allowed, and the default is native. Other options |