Skip to content

Commit c799ac5

Browse files
committed
Weird workaround for zig 0.14
1 parent 6087867 commit c799ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pub fn build(b: *std.Build) !void {
5959
.flags = &CFLAGS,
6060
});
6161
lib.installHeadersDirectory(
62-
upstream.path(""),
62+
upstream.path("./"),
6363
"json-c",
6464
.{ .include_extensions = &public_headers },
6565
);

0 commit comments

Comments
 (0)