Skip to content

rstefanic/raylib-zig-build-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raylib Zig Build Bug

Follow the commit log for a step-by-step walkthrough to reproduce the problem.

With the current state this project is in, if you run zig build, it will fail and you will get 2 errors. The main error is that, when building raylib, the build script is looking for the raylib source files in the wrong directory.

$ zig build # fails

If you revert raylib to an earlier commit, the project builds without any issues.

$ cd raylib
$ git checkout 74ce90ce671fbcd0d31e26d7b13d142b8425de60
$ cd ..
$ zig build # ok

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages