-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zig head version breaks build.zig. #19
Comments
...btw, in sokol-zig I'm updated the branch |
PS: those changes actually work in zig-0.12.0 too, so no harm done. |
PS: as a temporary workaround in the sokol repo, I have pinned the Zig version in the Bindings CI pipeline to 0.12.0: The CI in the sokol-d repo will still break, but at least that way the bindings get properly updated for now. |
Yeah I agree, probably better to wait a bit until zig-dev stabilizes a bit. Thanks for the CI fix! |
According to my tests in #21, I see differential behavior between the build and cached-build by the zig toolchain. |
Finally fixed. 🥳 |
Just a heads up, I noticed in sokol-zig that the current Zig head version changed Build.LazyPath, and this also affects the build.zig script in sokol-d.
...I think this specific error can be fixed like:
...the Emscripten stuff is a bit more complicated unfortunately, see my changes in sokol-zig:
floooh/sokol-zig@27683f5
The text was updated successfully, but these errors were encountered: