We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169a24c commit 4d662a6Copy full SHA for 4d662a6
README.md
@@ -9,7 +9,7 @@
9
10
| Refname | libGRPC version | Zig `0.16.x` | Zig `0.15.x` |
11
|------------|-----------------|:------------:|:------------:|
12
-| `1.76.0+1` | `v1.76.0` | ✅ | ✅ |
+| `1.76.0+2` | `v1.76.0` | ✅ | ✅ |
13
14
## Use
15
build.zig
@@ -150,6 +150,9 @@ pub fn build(b: *Build) !void {
150
.flags = &c_flags,
151
});
152
zmod.addCMacro("HAVE_UNISTD_H", "1");
153
+ libz.installHeadersDirectory(zlib.path(""), "", .{
154
+ .include_extensions = &.{ "zconf.h", "zlib.h" },
155
+ });
156
libs_step.dependOn(&b.addInstallArtifact(libz, .{}).step);
157
158
// Address Sorting
0 commit comments