Open ja2142 opened 2 years ago
Adding .option(LibraryOption.PreferCustomPaths, true) when loading natives should prevent jnr from loading system installed libraries (which might be incompatible).
.option(LibraryOption.PreferCustomPaths, true)
fixes #35
Adding
.option(LibraryOption.PreferCustomPaths, true)
when loading natives should prevent jnr from loading system installed libraries (which might be incompatible).fixes #35