From 5a59c20f9bd9be5c20b176720810dd5a95a75d87 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 2 Jan 2020 16:04:10 +0100 Subject: native.tag.jar: include *.symbols --- make/build.xml | 2 +- make/gluegen-cpptasks-base.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/make/build.xml b/make/build.xml index 396cc75..07ef699 100644 --- a/make/build.xml +++ b/make/build.xml @@ -557,7 +557,7 @@ nativejarfile="${build}/gluegen-rt-natives-${os.and.arch}.jar" manifestfile="${build}/Manifest-rt-natives.temp" module="common" - includelibs="*${output.lib.name}.${native.library.suffix}" /> + includelibs="*${output.lib.name}.${native.library.suffix} *.symbols" /> diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml index 94643f4..6c86b15 100755 --- a/make/gluegen-cpptasks-base.xml +++ b/make/gluegen-cpptasks-base.xml @@ -1909,6 +1909,7 @@ + -- cgit v1.2.3