Skip to content

Commit e9645c0

Browse files
committed
fix to tests
1 parent d1a79c7 commit e9645c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub fn build(b: *std.Build) void {
2525
.name = "sig",
2626
// In this case the main source file is merely a path, however, in more
2727
// complicated build scripts, this could be a generated file.
28-
.root_source_file = .{ .path = "src/main.zig" },
28+
.root_source_file = .{ .path = "src/lib.zig" },
2929
.target = target,
3030
.optimize = optimize,
3131
});

0 commit comments

Comments
 (0)