diff options
Diffstat (limited to 'make/glu-macosx.cfg')
-rwxr-xr-x | make/glu-macosx.cfg | 9 |
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 |