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
slimsag committed Oct 4, 2024
1 parent ee4f411 commit e5bc97d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ pub fn build(b: *std.Build) void {
.HAVE_STDLIB_H = true,
.HAVE_TYPEOF = true,
.HAVE_UNISTD_H = true,
.GIT_COMMIT_DATE = "GIT_COMMIT_DATE",
.GIT_COMMIT_HASH = "GIT_COMMIT_HASH",
.GIT_COMMIT_TAG = "GIT_COMMIT_TAG",
.PROJECT_VERSION = "hexops/flac",
},
);

Expand Down

0 comments on commit e5bc97d

Please sign in to comment.