Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnite committed Nov 22, 2023
1 parent 9d7ad05 commit 4a450be
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 @@ -25,6 +25,7 @@ pub fn build(b: *std.build.Builder) !void {
.optimize = optimize,
});
xml.linkLibrary(libxml2_dep.artifact("xml2"));
b.installArtifact(xml);

const regz = b.addExecutable(.{
.name = "regz",
Expand Down

0 comments on commit 4a450be

Please sign in to comment.