Skip to content

Commit dd2aae9

Browse files
neelsaniTechatrix
authored andcommitted
Update README.md
1 parent 43b74fd commit dd2aae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ const libxml2_dependency = b.dependency("libxml2", .{
2121
.target = target,
2222
.optimize = optimize,
2323
});
24-
your_exe.linkLibrary(libxml2_dependency.artifact("libxml2"));
24+
your_exe.linkLibrary(libxml2_dependency.artifact("xml"));
2525
```

0 commit comments

Comments
 (0)