Skip to content

Commit 30df5bd

Browse files
committed
Fix README example
1 parent 0803c3c commit 30df5bd

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
@@ -18,7 +18,7 @@ const zlib_dep = b.dependency("zlib", .{
1818
.target = target,
1919
.optimize = optimize,
2020
});
21-
your_compilation.linkLibrary(libz_dep.artifact("z"));
21+
your_compilation.linkLibrary(zlib_dep.artifact("z"));
2222
```
2323

2424
This will provide zlib as a static library to `your_compilation`.

0 commit comments

Comments
 (0)