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 b831bbb commit 3f76903Copy full SHA for 3f76903
README.md
@@ -18,7 +18,7 @@ const zlib_dep = b.dependency("zlib", .{
18
.target = target,
19
.optimize = optimize,
20
});
21
-your_compilation.linkLibrary(libz_dep.artifact("z"));
+your_compilation.linkLibrary(zlib_dep.artifact("z"));
22
```
23
24
This will provide zlib as a static library to `your_compilation`.
0 commit comments