From 03bcef96e3105923ccc8c827b70b97ff0aa3464c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 30 Mar 2019 01:24:14 +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-test.xml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'make/build-test.xml') diff --git a/make/build-test.xml b/make/build-test.xml index 68f674f..6372696 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -215,12 +215,6 @@ - - - - - @@ -625,11 +619,6 @@ chmod 644 ${results}/* \${line.separator} output.lib.name="Bindingtest1p1" compiler.cfg.id="${compiler.cfg.id}" linker.cfg.id="linker.test1.fixed.cfg.id"/> - - - - - @@ -651,12 +640,6 @@ chmod 644 ${results}/* \${line.separator} output.lib.name="Bindingtest1p2" compiler.cfg.id="${compiler.cfg.id}" linker.cfg.id="linker.test1.runtime.cfg.id"/> - - - - - -