We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1a79c7 commit e9645c0Copy full SHA for e9645c0
build.zig
@@ -25,7 +25,7 @@ pub fn build(b: *std.Build) void {
25
.name = "sig",
26
// In this case the main source file is merely a path, however, in more
27
// complicated build scripts, this could be a generated file.
28
- .root_source_file = .{ .path = "src/main.zig" },
+ .root_source_file = .{ .path = "src/lib.zig" },
29
.target = target,
30
.optimize = optimize,
31
});
0 commit comments