Skip to content

Commit

Permalink
attempt to fix new facilio build: install lib
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Dec 22, 2023
1 parent e75e1b0 commit 6ef7559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions facil.io/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ pub fn build_facilio(

// link against libc
lib.linkLibC();
b.installArtifact(lib);

return lib;
}

0 comments on commit 6ef7559

Please sign in to comment.