compiling the gpu library on mac

This commit is contained in:
dev 2014-12-04 17:15:59 -08:00
parent da1bb83eb0
commit 16da10bf19

View file

@ -14,7 +14,7 @@
#define GL_GLEXT_PROTOTYPES 1
#ifdef __APPLE__
#if defined(__APPLE__)
#include <OpenGL/gl.h>
#include <OpenGL/glext.h>