antons_opengl_tutorials_book
antons_opengl_tutorials_book copied to clipboard
Add Apple Silicon support
First of all, thanks for open sourcing these informative code samples! 🙂🙂
This PR adds support for building on Apple Silicon machines (without introducing additional tools). I created new makefiles for the ARM64 architecture, separate from the Intel ones, so it won't affect building on Intel machines.
P.S. Some Makefile.osx files are missing ${INC} variables in the "all" target. Not sure if this would cause any issues, just an FYI.