Skip to content

Commit

Permalink
fix to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ultd committed May 20, 2023
1 parent d1a79c7 commit e9645c0
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 @@ -25,7 +25,7 @@ pub fn build(b: *std.Build) void {
.name = "sig",
// In this case the main source file is merely a path, however, in more
// complicated build scripts, this could be a generated file.
.root_source_file = .{ .path = "src/main.zig" },
.root_source_file = .{ .path = "src/lib.zig" },
.target = target,
.optimize = optimize,
});
Expand Down

0 comments on commit e9645c0

Please sign in to comment.