diff options
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index a8fcd5d30..a18406631 100644 --- a/make/build.xml +++ b/make/build.xml @@ -141,6 +141,7 @@ <jar manifest="${build.jogl}/manifest.mf" destfile="${jar}/jogl-all-natives-${os.and.arch}.jar" filesonly="true"> <fileset dir="${lib}"> <include name="*.${native.library.suffix}" /> + <exclude name="*jogl_cg.${native.library.suffix}" /> </fileset> </jar> </target> |