authorgravatar for meghan@unicycle.coMeghan Denny <meghan@unicycle.co> 2021-07-19 06:41:35 -07:00
committergravatar for meghan@unicycle.coMeghan Denny <meghan@unicycle.co> 2021-07-19 06:41:35 -07:00
logd95d1b7a27cc74c95fc4933cbe307c107d104c18
tree5bba2e943e4161a321b257a076c8af6d8e1e1406
parent1304a0abf18a2ee8b7a48ce3365fcac15306d989

build.zig- fix import


1 files changed, 2 insertions(+), 2 deletions(-)

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