Skip to content

Commit a5b4457

Browse files
committed
update to zig 0.12.0-dev.2930+3eacd1b2e
1 parent 3ef59ef commit a5b4457

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub fn build(b: *std.Build) void {
99
});
1010
lib.linkLibC();
1111
lib.addCSourceFiles(.{
12-
.dependency = upstream,
12+
.root = upstream.path(""),
1313
.files = &.{
1414
"adler32.c",
1515
"crc32.c",

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-1",
3+
.version = "1.3.1-2",
44
.dependencies = .{
55
.zlib = .{
66
.url = "https://github.com/madler/zlib/archive/refs/tags/v1.3.tar.gz",

0 commit comments

Comments
 (0)