system/build.zig

8 lines
153 B
Zig
Raw Permalink Normal View History

2024-06-27 23:57:29 -04:00
const std = @import("std");
2024-06-28 00:03:38 -04:00
const system = @import("zig/system.zig");
2024-06-27 23:57:29 -04:00
2024-06-28 01:19:18 -04:00
pub fn build(_: *std.Build) void {
}
2024-06-28 00:03:38 -04:00
pub const add_defines = system.add_defines;