diff options
Diffstat (limited to 'make/config/jogl/gl3-headers.cfg')
-rw-r--r-- | make/config/jogl/gl3-headers.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/gl3-headers.cfg b/make/config/jogl/gl3-headers.cfg index 7ab5099c9..a4c5cf62a 100644 --- a/make/config/jogl/gl3-headers.cfg +++ b/make/config/jogl/gl3-headers.cfg @@ -10,7 +10,7 @@ CustomCCode #include <stddef.h> CustomCCode #include <malloc.h> CustomCCode #include <GL/glcorearb.h> CustomCCode #include <GL/glcorearbext.h> -CustomCCode #elif defined(macosx) +CustomCCode #elif defined(__APPLE__) CustomCCode #include <inttypes.h> CustomCCode #include <stdlib.h> CustomCCode #include <GL/glcorearb.h> |