Skip to content

Commit

Permalink
Updated example in readme to latest build api
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendel committed Apr 25, 2023
1 parent dd491cc commit 221b990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub fn build(b: *std.build.Builder) !void {
},
.optimize = optimize,
});
exe.install();
exe.installArtifact(b);
}
----

Expand Down

0 comments on commit 221b990

Please sign in to comment.