| author | |
| committer | |
| log | d95d1b7a27cc74c95fc4933cbe307c107d104c18 |
| tree | 5bba2e943e4161a321b257a076c8af6d8e1e1406 |
| parent | 1304a0abf18a2ee8b7a48ce3365fcac15306d989 |
1 files changed, 2 insertions(+), 2 deletions(-)
build.zig+2-2| ... | ... | @@ -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 | 4 | // Standard target options allows the person running `zig build` to choose |
| 5 | 5 | // what target to build for. Here we do not override the defaults, which |
| 6 | 6 | // means any target is allowed, and the default is native. Other options |