Replies: 1 comment
-
Fixing compatibility issues with new compiler versions is one of the purpose of the So, I'd recommend picking a git commit from that branch (and using that branch is general). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This commit is needed to build on zig v0.14 and up (the zig master branch)
8c54312
But it's not under a tag.
The Zig build system can fetch dependencies automatically by git sha (see here for an example https://github.com/allyourcodebase/nats.c/pull/1/files). But a tag is always nicer.
Any chance we can get a tag for this fix?
Beta Was this translation helpful? Give feedback.
All reactions