Skip to content

Commit

Permalink
Update to latest zig master
Browse files Browse the repository at this point in the history
  • Loading branch information
chip2n committed Aug 4, 2023
1 parent 7186f28 commit 4109fdd
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 @@ -26,7 +26,7 @@ pub fn build(b: *Builder) void {
});

// Set package path to root directory to allow access to examples/ dir
main_tests.main_pkg_path = ".";
main_tests.main_pkg_path = .{ .path = "." };

const run_main_tests = b.addRunArtifact(main_tests);
const test_step = b.step("test", "Run library tests");
Expand Down

0 comments on commit 4109fdd

Please sign in to comment.