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