f832155f15
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/jansi.git#3a898d80b1b2302c18c5551da1bcac55fac5af3b
15 lines
604 B
Diff
15 lines
604 B
Diff
--- a/src/main/java/org/fusesource/jansi/internal/JansiLoader.java 2020-12-15 03:03:00.000000000 -0700
|
|
+++ b/src/main/java/org/fusesource/jansi/internal/JansiLoader.java 2020-12-15 07:57:30.238720226 -0700
|
|
@@ -295,6 +295,11 @@ public class JansiLoader {
|
|
} else {
|
|
triedPaths.add(jansiNativeLibraryPath);
|
|
}
|
|
+ } else {
|
|
+ if (loadNativeLibrary(new File("@LIBDIR@/jansi", jansiNativeLibraryName))) {
|
|
+ extracted = true;
|
|
+ return;
|
|
+ }
|
|
}
|
|
|
|
// Load the os-dependent library from the jar file
|