aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-jogl.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-02 16:36:37 +0100
committerSven Gothel <[email protected]>2020-01-02 16:36:37 +0100
commitcb092e517461b3047c966c38e92668010a3b7ef6 (patch)
tree58598c2d718165eceb9a573ccfd3bf1c05da9fbf /make/build-jogl.xml
parente2fe0fbf558da39f762df3779e120d1956e4c47c (diff)
native.tag.jar: include *.symbols (fix)
Diffstat (limited to 'make/build-jogl.xml')
-rw-r--r--make/build-jogl.xml4
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>
<!-- ================================================================== -->