From fb03bcb97326026155f17bbb4d8a634da6d62d43 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 30 Mar 2019 01:28:27 +0100 Subject: Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib) Since Java8 (or even earlier), JRE on OSX uses *.dylib native library suffix instead of *.jnilib when automatically searching and loading them. This is not easily being recognized by JogAmp, since we explicitly name the native libraries with full path when testing with our TempJarCache. --- make/build.xml | 9 --------- 1 file changed, 9 deletions(-) (limited to 'make') diff --git a/make/build.xml b/make/build.xml index b0d4e48e..17ec8e70 100644 --- a/make/build.xml +++ b/make/build.xml @@ -469,10 +469,6 @@ - - - - @@ -539,11 +535,6 @@ - - - - - -- cgit v1.2.3