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
ec4766d5c6
commit
02c55fdfe7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub fn add_defines(b: *std.Build, compile_step: *std.build.Step.Compile) void {
|
||||
pub fn add_defines(b: *std.Build, compile_step: *std.Build.Step.Compile) void {
|
||||
const target = b.standardTargetOptions(.{});
|
||||
const t = target.result;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue