mirror of
https://github.com/thunderbrewhq/system.git
synced 2026-02-03 16:39:07 +00:00
fix(build): fix zig detection script
This commit is contained in:
parent
0b5b0654f4
commit
1585e5aa3a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
|
|
||||||
pub fn add_defines(b: *std.Build, compile_step: *std.Build.Step.Compile) void {
|
pub fn add_defines(compile_step: *std.Build.Step.Compile) void {
|
||||||
const target = compile_step.rootModuleTarget();
|
const target = compile_step.rootModuleTarget();
|
||||||
const t = target.result;
|
const t = target.result;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue