Skip to content

Commit 80cee28

Browse files
use correct artifact name for libiconv dependency (#3)
1 parent eddd40e commit 80cee28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ pub fn build(b: *std.Build) void {
216216
.target = target,
217217
.optimize = optimize,
218218
})) |libiconv_dependency| {
219-
xml_lib.root_module.linkLibrary(libiconv_dependency.artifact("z"));
219+
xml_lib.root_module.linkLibrary(libiconv_dependency.artifact("iconv"));
220220
}
221221
},
222222
.win_iconv => {

0 commit comments

Comments
 (0)