Skip to content

Commit f49b947

Browse files
MarcusWagbergHejsil
authored andcommitted
Update to latest zig (4d7dd1689)
1 parent bdb5853 commit f49b947

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
@@ -29,7 +29,7 @@ pub fn build(b: *std.Build) void {
2929
.target = target,
3030
.optimize = optimize,
3131
});
32-
const install_example = b.addInstallArtifact(example);
32+
const install_example = b.addInstallArtifact(example, .{});
3333
example.addModule("clap", clap_mod);
3434
example_step.dependOn(&example.step);
3535
example_step.dependOn(&install_example.step);

0 commit comments

Comments
 (0)