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 8058dce commit 613eedaCopy full SHA for 613eeda
build.zig
@@ -34,10 +34,7 @@ pub fn build(b: *std.Build) void {
34
"-DZ_HAVE_UNISTD_H",
35
},
36
});
37
- lib.installHeadersDirectoryOptions(.{
38
- .source_dir = upstream.path(""),
39
- .install_dir = .header,
40
- .install_subdir = "",
+ lib.installHeadersDirectory(upstream.path(""), "", .{
41
.include_extensions = &.{
42
"zconf.h",
43
"zlib.h",
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = "zlib",
3
- .version = "1.3.1-2",
+ .version = "1.3.1-3",
4
.dependencies = .{
5
.zlib = .{
6
.url = "https://github.com/madler/zlib/archive/refs/tags/v1.3.tar.gz",
0 commit comments