From c24ac9d81885e1bf77a8371ef057ceff77300bc0 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 4 Jan 2020 18:39:52 +0100 Subject: native.tag.jar: Revert explicit inclusion of *.symbols file reverting commit a4293575bb9fadf71c8e8c59d7384f69c6718b2f --- make/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/build.xml b/make/build.xml index 9d969945..69c18294 100644 --- a/make/build.xml +++ b/make/build.xml @@ -577,7 +577,7 @@ nativejarfile="${build}/jar/jocl-natives-${os.and.arch}.jar" manifestfile="${build}/tempversion-natives" module="opencl" - includelibs="*jocl.${native.library.suffix} *jocl.symbols" /> + includelibs="*jocl.${native.library.suffix}" /> -- cgit v1.2.3