aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-21 20:53:37 +0200
committerSven Gothel <[email protected]>2011-09-21 20:53:37 +0200
commit5186899e05dd945eccbcd6fbb95781776d941bc5 (patch)
tree29febf9c39635717078be600378c3b82437bf2d2 /make/build.xml
parent8bdf543c561c8ddeb58cfd62c02debff333b8455 (diff)
Remove native lib cg from jogl native lib jar
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml1
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>