Skip to content

Commit 613eeda

Browse files
committed
update to zig 0.12.0-dev.3594+355cceebc
1 parent 8058dce commit 613eeda

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

build.zig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ pub fn build(b: *std.Build) void {
3434
"-DZ_HAVE_UNISTD_H",
3535
},
3636
});
37-
lib.installHeadersDirectoryOptions(.{
38-
.source_dir = upstream.path(""),
39-
.install_dir = .header,
40-
.install_subdir = "",
37+
lib.installHeadersDirectory(upstream.path(""), "", .{
4138
.include_extensions = &.{
4239
"zconf.h",
4340
"zlib.h",

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = "zlib",
3-
.version = "1.3.1-2",
3+
.version = "1.3.1-3",
44
.dependencies = .{
55
.zlib = .{
66
.url = "https://github.com/madler/zlib/archive/refs/tags/v1.3.tar.gz",

0 commit comments

Comments
 (0)