summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/build-jogl.xml1
-rw-r--r--make/build.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/make/build-jogl.xml b/make/build-jogl.xml
index c03f2f898..0cf7c178c 100644
--- a/make/build-jogl.xml
+++ b/make/build-jogl.xml
@@ -1566,6 +1566,7 @@
<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}" />
</fileset>
</jar>
</target>
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>