We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29db5fc commit 5509e62Copy full SHA for 5509e62
build.zig
@@ -1,6 +1,6 @@
1
const std = @import("std");
2
3
-pub fn build(b: *std.build.Builder) !void {
+pub fn build(b: *std.Build) void {
4
const verifier = b.addExecutable(.{
5
.name = "verifier",
6
.root_source_file = .{ .path = "tools/verifier.zig" },
0 commit comments