aboutsummaryrefslogtreecommitdiffstats
path: root/make/glu-macosx.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/glu-macosx.cfg')
-rwxr-xr-xmake/glu-macosx.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/make/glu-macosx.cfg b/make/glu-macosx.cfg
new file mode 100755
index 000000000..ef106a3eb
--- /dev/null
+++ b/make/glu-macosx.cfg
@@ -0,0 +1,9 @@
+# This .cfg file is used to generate the GLU implementation on
+# Mac OS X.
+
+CustomCCode #include <inttypes.h>
+CustomCCode #include <jni.h>
+
+CustomCCode #include </usr/include/machine/types.h>
+
+Include glu-common.cfg