Skip to content

Commit

Permalink
fix: make build compatible with zig 0.14.0-dev.1671+085cc54aa
Browse files Browse the repository at this point in the history
  • Loading branch information
fjebaker committed Jan 10, 2025
1 parent 4fda267 commit 44c0473
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ pub fn build(b: *std.Build) void {
);

const lib_unit_tests = b.addTest(.{
.root_module = mod,
.root_source_file = b.path("src/root.zig"),
.target = target,
.optimize = optimize,
});

const run_lib_unit_tests = b.addRunArtifact(lib_unit_tests);
Expand Down

0 comments on commit 44c0473

Please sign in to comment.