Skip to content

Commit

Permalink
update to Zig 2024.10-mach (helps hexops/mach#1276)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Oct 4, 2024
1 parent f10031f commit d18dfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub fn build(b: *std.Build) void {
lib.defineCMacro("SPIRV_IOS", "");
} else if (tag == .tvos) {
lib.defineCMacro("SPIRV_TVOS", "");
} else if (tag == .kfreebsd) {
} else if (tag == .freebsd) {
lib.defineCMacro("SPIRV_FREEBSD", "");
} else if (tag == .openbsd) {
lib.defineCMacro("SPIRV_OPENBSD", "");
Expand Down

0 comments on commit d18dfb7

Please sign in to comment.