You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the newest version the keyword b.build.xxx for referring to files is not any longer supported. One has to use now b.path instead.
I have updated the build.zig file (s. attached) that allow to build for your review.
Rainer
PS: I'm not zig expert so I might have made mistakes. build.zig.txt
The text was updated successfully, but these errors were encountered:
raysan5
changed the title
[Zig] zig.build fails with newest zig version (master 0.14) - includes fixed build.zig file
[build] build.zig fails with newest zig version (master 0.14)
Jan 10, 2025
In the newest version the keyword b.build.xxx for referring to files is not any longer supported. One has to use now b.path instead.
I have updated the build.zig file (s. attached) that allow to build for your review.
Rainer
PS: I'm not zig expert so I might have made mistakes.
build.zig.txt
The text was updated successfully, but these errors were encountered: