summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index d8fd553..90151c6 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -802,6 +802,9 @@
<!-- Build gluegen.jar. -->
<jar destfile="${build}/gluegen.jar" manifest="${build}/Manifest.temp">
+ <service type="javax.annotation.processing.Processor">
+ <provider classname="com.jogamp.gluegen.structgen.CStructAnnotationProcessor"/>
+ </service>
<fileset dir="${classes}">
<include name="**/*.class" />
<exclude name="${jogamp-android-launcher.classes}" />