Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 55e9214

Browse files
committed
Don't forget the two optional headers
1 parent 2f186d0 commit 55e9214

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ pub fn build(b: *std.Build) !void {
6666
"printbuf.c",
6767
"random_seed.c",
6868
"strerror_override.c",
69+
"json_pointer.h",
70+
"json_patch.h",
6971
},
7072
.flags = &CFLAGS,
7173
});

0 commit comments

Comments
 (0)