mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Linux: more 64 bit stuff
This commit is contained in:
parent
fe4fde649f
commit
90273174d5
1 changed files with 2 additions and 0 deletions
|
|
@ -83,10 +83,12 @@ public final class Sys {
|
|||
if (implementation.has64Bit()) {
|
||||
try {
|
||||
doLoadLibrary(lib_name + POSTFIX64BIT);
|
||||
return;
|
||||
} catch (UnsatisfiedLinkError e2) {
|
||||
LWJGLUtil.log("Failed to load 64 bit library:" + e2.getMessage());
|
||||
}
|
||||
}
|
||||
// Throw original error
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue