aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/glu-gl2.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-09-13 19:21:52 +0200
committerSven Gothel <[email protected]>2013-09-13 19:21:52 +0200
commit5dce252bfcc49995c2bda1d91e010c4c73f71ddb (patch)
tree67a8e01916b84a32f475c788dea24d3d814712a0 /make/config/jogl/glu-gl2.cfg
parent4b866d2686ab9c3fd7cf6708925b4663ad81e359 (diff)
Add support for clang ; Use __APPLE__ predefined macro
Diffstat (limited to 'make/config/jogl/glu-gl2.cfg')
-rw-r--r--make/config/jogl/glu-gl2.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/glu-gl2.cfg b/make/config/jogl/glu-gl2.cfg
index 2dcc15a94..491d9224f 100644
--- a/make/config/jogl/glu-gl2.cfg
+++ b/make/config/jogl/glu-gl2.cfg
@@ -15,7 +15,7 @@ CustomCCode #include <windows.h>
CustomCCode #undef WIN32_LEAN_AND_MEAN
CustomCCode
CustomCCode #include <stddef.h>
-CustomCCode #elif defined(macosx)
+CustomCCode #elif defined(__APPLE__)
CustomCCode #include <inttypes.h>
CustomCCode #include <jni.h>
CustomCCode #include </usr/include/machine/types.h>