@nhawke, this behavior is intentional and correct. Firstly, you might want to have both zig and anyzig. Secondly, anyzig is not a drop-in replacement for zig because it only works inside the project's top srcdir. Try using it outside of a project and see how well it goes:
$ zig fetch https://github.com/ziglibs/known-folders/archive/aa24df42183ad415d10bc0a33e6238c437fc0f59.tar.gz
known_folders-0.0.0-Fy-PJtLDAADGDOwYwMkVydMSTp_aN-nfjCZw6qPQ2ECL
$ anyzig fetch https://github.com/ziglibs/known-folders/archive/aa24df42183ad415d10bc0a33e6238c437fc0f59.tar.gz
no build.zig to pull a zig version from, you can:
1. run 'zig VERSION' to specify a version
2. run from a directory where a build.zig can be found
Pinned Comments