Skip to content

Commit

Permalink
link libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
iacore committed Jul 13, 2024
1 parent 83c0701 commit 9eac324
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 @@ -30,6 +30,7 @@ pub fn build(b: *std.Build) void {
});
exe.linkLibC();
exe.addIncludePath(b.path("."));
exe.linkSystemLibrary("curl");
exe.linkSystemLibrary("lmdb");
exe.addCSourceFile(.{ .file = b.path("ragel/lang.c") });
exe.step.dependOn(&gen_ragel.step);
Expand Down

0 comments on commit 9eac324

Please sign in to comment.