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
As a beginner, I'm unable to get zig working following README:
brew install zig
git clone https://github.com/Not-Nik/raylib-zig
cd raylib-zig && ./project-setup test && cd test
zig build run
/build.zig:14:35: error: root struct of file 'raylib-zig.build' has no member named 'getArtifact'
const raylib_artifact = rl.getArtifact(b, target, optimize);
~~^~~~~~~~~~~~
referenced by:
runBuild__anon_6732: /opt/homebrew/Cellar/zig/0.11.0/lib/zig/std/Build.zig:1639:37
remaining reference traces hidden; use '-freference-trace' to see all reference traces
Still working on the fix, but I'm unfamiliar with Zig so raising this in case others have solved or run into this as well.
Running on Mac M1.
The text was updated successfully, but these errors were encountered:
As a beginner, I'm unable to get zig working following README:
brew install zig
git clone https://github.com/Not-Nik/raylib-zig
cd raylib-zig && ./project-setup test && cd test
zig build run
Still working on the fix, but I'm unfamiliar with Zig so raising this in case others have solved or run into this as well.
Running on Mac M1.
The text was updated successfully, but these errors were encountered: