mirror of
https://github.com/thunderbrewhq/system.git
synced 2026-02-03 16:39:07 +00:00
7 lines
153 B
Zig
7 lines
153 B
Zig
const std = @import("std");
|
|
const system = @import("zig/system.zig");
|
|
|
|
pub fn build(_: *std.Build) void {
|
|
}
|
|
|
|
pub const add_defines = system.add_defines;
|