diff --git a/build.zig b/build.zig index 134e586..dc09024 100644 --- a/build.zig +++ b/build.zig @@ -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");