From b83a912f19685e81b71c950914f0f82cc0e534bf Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 30 Mar 2019 01:27:37 +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-jogl.xml | 17 +++-------------- make/build-nativewindow.xml | 15 ++------------- make/build-newt.xml | 15 ++------------- make/build-oculusvr.xml | 15 ++------------- 4 files changed, 9 insertions(+), 53 deletions(-) (limited to 'make') diff --git a/make/build-jogl.xml b/make/build-jogl.xml index 0f1b435c2..9faeae458 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -1435,10 +1435,6 @@ - - - - - - - - - - + suffix or at least understand the override from so to dll --> diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index b4d7858a7..551f92ac8 100644 --- a/make/build-nativewindow.xml +++ b/make/build-nativewindow.xml @@ -616,10 +616,6 @@ - - - - @@ -688,7 +684,7 @@ - + - - - - - - + suffix or at least understand the override from so to dll --> diff --git a/make/build-newt.xml b/make/build-newt.xml index 733d5aebd..f5db296f8 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -620,10 +620,6 @@ - - - - @@ -672,7 +668,7 @@ - + - - - - - - + suffix or at least understand the override from so to dll --> diff --git a/make/build-oculusvr.xml b/make/build-oculusvr.xml index b89b66fb7..e66ec5b88 100644 --- a/make/build-oculusvr.xml +++ b/make/build-oculusvr.xml @@ -411,10 +411,6 @@ - - - - @@ -530,7 +526,7 @@ - + @@ -660,14 +656,7 @@ - - - - - - + suffix or at least understand the override from so to dll --> -- cgit v1.2.3