authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-10 20:19:32 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-10 20:19:32 -08:00
log1285eefeef60e5afcb3bbf9ad3a7b4fcad4aecb8
tree11dbb961e0c03ef32e1e343d851891e7f7609559
parent194bee3eba0a55f928dd00fb4fa5d71ddc54aeb6

build.zig- use std.builtin instead of import


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

build.zig+1-1
......@@ -1,6 +1,6 @@
11const std = @import("std");
22const Builder = std.build.Builder;
3const builtin = @import("builtin");
3const builtin = std.builtin;
44
55pub fn build(b: *Builder) void {
66 const target = b.standardTargetOptions(.{});