antons_opengl_tutorials_book icon indicating copy to clipboard operation
antons_opengl_tutorials_book copied to clipboard

Add Apple Silicon support

Open painfulexistence opened this issue 1 year ago • 0 comments

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.

painfulexistence avatar Jun 29 '24 05:06 painfulexistence