fix(build): fix zig detection script

This commit is contained in:
phaneron 2024-06-28 00:15:56 -04:00
parent e60118423b
commit 1bad7cf2ea
2 changed files with 12 additions and 16 deletions

View file

@ -1,14 +1,4 @@
const std = @import("std");
const system = @import("zig/system.zig");
// pub fn build(b: *std.Build) void {
// // const optimize = b.standardOptimizeOption(.{});
// // const module = b.addModule(.{
// // .name = "system",
// // .root_source_file = b.path("zig/system.zig"),
// // .optimize = optimize
// // });
// // b.default_step.dependOn(&module.step);
// }
pub const add_defines = system.add_defines;