Skip to content

Commit

Permalink
feat:fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Kai <[email protected]>
  • Loading branch information
GrapeBaBa committed Dec 2, 2024
1 parent c233459 commit c5a8b63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pub fn build(b: *std.Build) !void {
.optimize = optimize,
});
const lib = try link(b, tests);
module.linkLibrary(lib);
b.installArtifact(lib);
b.installArtifact(tests);

Expand Down

0 comments on commit c5a8b63

Please sign in to comment.