From cb092e517461b3047c966c38e92668010a3b7ef6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 2 Jan 2020 16:36:37 +0100 Subject: native.tag.jar: include *.symbols (fix) --- make/build.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'make/build.xml') diff --git a/make/build.xml b/make/build.xml index 6f39c34c1..d1c37d918 100644 --- a/make/build.xml +++ b/make/build.xml @@ -91,10 +91,10 @@ - - - - + + + + @@ -185,7 +185,7 @@ manifestfile="${build}/manifest-all-natives.mf" module="opengl" includelibs="*.${native.library.suffix} *.symbols" - excludelibs="*jogl_cg.${native.library.suffix}" /> + excludelibs="*jogl_cg.${native.library.suffix} *jogl_cg.symbols" /> -- cgit v1.2.3