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 3ef59ef commit a5b4457Copy full SHA for a5b4457
build.zig
@@ -9,7 +9,7 @@ pub fn build(b: *std.Build) void {
9
});
10
lib.linkLibC();
11
lib.addCSourceFiles(.{
12
- .dependency = upstream,
+ .root = upstream.path(""),
13
.files = &.{
14
"adler32.c",
15
"crc32.c",
build.zig.zon
@@ -1,6 +1,6 @@
1
.{
2
.name = "zlib",
3
- .version = "1.3.1-1",
+ .version = "1.3.1-2",
4
.dependencies = .{
5
.zlib = .{
6
.url = "https://github.com/madler/zlib/archive/refs/tags/v1.3.tar.gz",
0 commit comments