diff options
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r-- | make/build-jogl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml index 6845354f6..2605104d9 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -1681,12 +1681,12 @@ <jar manifest="${build.jogl}/manifest.mf" destfile="${build.jogl}/jogl-natives-${os.and.arch}.jar" filesonly="true"> <fileset dir="${obj.jogl}"> <include name="*.${native.library.suffix}" /> - <exclude name="*jogl-cg.${native.library.suffix}" /> + <exclude name="*jogl_cg.${native.library.suffix}" /> </fileset> </jar> <jar manifest="${build.jogl}/manifest.mf" destfile="${build.jogl}/jogl-cg-natives-${os.and.arch}.jar" filesonly="true"> <fileset dir="${obj.jogl}"> - <include name="*jogl-cg.${native.library.suffix}" /> + <include name="*jogl_cg.${native.library.suffix}" /> </fileset> </jar> </target> |