Has dependency location changed in v0.1.14-pre? #44
-
In the README.md for version v0.1.14-pre the location for registering the zap dependency is "before exe.install()":
While in the current release's README.md the location is "before b.installArtifact(exe)" I'm just asking, because there is no exe.install in the build.zig generated by init-exe. Or is there no exe.install, because I am on the latest zig nightly build? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I am out just about to present at a conference and will look it up later but I assume the installExe is one occurrence that fell through the cracks when updating the code and readme to zig 0.11. Always, the code is the source of truth if in doubt. |
Beta Was this translation helpful? Give feedback.
I am out just about to present at a conference and will look it up later but I assume the installExe is one occurrence that fell through the cracks when updating the code and readme to zig 0.11. Always, the code is the source of truth if in doubt.
Zap is pinned to zig 0.11.0 (officially released version) btw. So ymmv with current master, esp. when it comes to updates of zig's standard library.
I will fix the readme later.