diff options
author | Sven Gothel <[email protected]> | 2020-01-02 16:36:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-02 16:36:37 +0100 |
commit | cb092e517461b3047c966c38e92668010a3b7ef6 (patch) | |
tree | 58598c2d718165eceb9a573ccfd3bf1c05da9fbf /make/build-jogl.xml | |
parent | e2fe0fbf558da39f762df3779e120d1956e4c47c (diff) |
native.tag.jar: include *.symbols (fix)
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 4be00781e..9a116c866 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -1993,13 +1993,13 @@ manifestfile="${build.jogl}/manifest-natives.mf" module="opengl" includelibs="*.${native.library.suffix} *.symbols" - excludelibs="*jogl_cg.${native.library.suffix}" /> + excludelibs="*jogl_cg.${native.library.suffix} *jogl_cg.symbols" /> <native.tag.jar objdir="${obj.jogl}" nativejarfile="${build.jogl}/jogl-cg-natives-${os.and.arch}.jar" manifestfile="${build.jogl}/manifest-natives.mf" module="cg" - includelibs="*jogl_cg.${native.library.suffix} *.symbols" /> + includelibs="*jogl_cg.${native.library.suffix} *jogl_cg.symbols" /> </target> <!-- ================================================================== --> |