diff options
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 550fe4e..1fb5987 100644 --- a/make/build.xml +++ b/make/build.xml @@ -823,7 +823,7 @@ </target> <target name="gluegen.build.android" if="android-jars.available"> - <!--compile gluegen-rt-android first--> + <!--compile gluegen-rt-android last--> <javac destdir="${classes}" includeAntRuntime="false" includes="${gluegen-rt.classes} ${jogamp.common.classes}" |