diff options
author | Sven Gothel <[email protected]> | 2011-09-21 20:53:37 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-21 20:53:37 +0200 |
commit | 5186899e05dd945eccbcd6fbb95781776d941bc5 (patch) | |
tree | 29febf9c39635717078be600378c3b82437bf2d2 /make/build-jogl.xml | |
parent | 8bdf543c561c8ddeb58cfd62c02debff333b8455 (diff) |
Remove native lib cg from jogl native lib jar
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r-- | make/build-jogl.xml | 1 |
1 files changed, 1 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> |