Skip to content

Commit d692f04

Browse files
committed
Fixed CI
1 parent dce9afe commit d692f04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pub fn build(b: *std.Build) void {
88
});
99
const pg = b.dependency("pg", .{});
1010
pgExe.root_module.addImport("pg", pg.module("pg"));
11+
pgExe.linkLibC();
1112
b.installArtifact(pgExe);
1213

1314
const libpqExe = b.addExecutable(.{

0 commit comments

Comments
 (0)