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
b36ed83332
commit
0b5b0654f4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub fn add_defines(b: *std.Build, compile_step: *std.Build.Step.Compile) void {
|
||||
const target = b.standardTargetOptions(.{});
|
||||
const target = compile_step.rootModuleTarget();
|
||||
const t = target.result;
|
||||
|
||||
// define size of pointer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue