Skip to content

Commit

Permalink
Update to latest zig (4d7dd1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusWagberg authored and Hejsil committed Aug 3, 2023
1 parent bdb5853 commit f49b947
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 @@ -29,7 +29,7 @@ pub fn build(b: *std.Build) void {
.target = target,
.optimize = optimize,
});
const install_example = b.addInstallArtifact(example);
const install_example = b.addInstallArtifact(example, .{});
example.addModule("clap", clap_mod);
example_step.dependOn(&example.step);
example_step.dependOn(&install_example.step);
Expand Down

0 comments on commit f49b947

Please sign in to comment.