When compiling for linux/unix, make looks for a obj directory in the src directory. The make fails with
../share/genbuild.sh: 34: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
Simply adding an obj directory will resolve the issue.
When compiling for linux/unix, make looks for a obj directory in the src directory. The make fails with
Simply adding an obj directory will resolve the issue.