mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 07:54:05 +00:00
Linux: Make sure libjawt.so can be loaded
This commit is contained in:
parent
3085702a38
commit
f84e2ceb26
2 changed files with 5 additions and 1 deletions
|
|
@ -63,8 +63,8 @@ public final class Sys {
|
|||
private final static SysImplementation implementation;
|
||||
|
||||
static {
|
||||
System.loadLibrary(LIBRARY_NAME);
|
||||
implementation = createImplementation();
|
||||
System.loadLibrary(LIBRARY_NAME);
|
||||
String native_version = implementation.getNativeLibraryVersion();
|
||||
if (!native_version.equals(VERSION))
|
||||
throw new LinkageError("Version mismatch: jar version is '" + VERSION +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue