mirror of
https://github.com/thunderbrewhq/system.git
synced 2026-02-03 16:39:07 +00:00
fix(build): fix zig build script
This commit is contained in:
parent
18bbce2080
commit
ec48075346
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
const std = @import("std");
|
||||
const system = @import("zig/system.zig");
|
||||
|
||||
pub fn build(_: *std.Build) void {
|
||||
}
|
||||
|
||||
pub const add_defines = system.add_defines;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue