Fixed 64bit loading.

This commit is contained in:
Ioannis Tsakpinis 2010-10-04 22:51:19 +00:00
parent 60bd1c00ac
commit b805673891
4 changed files with 1 additions and 203 deletions

View file

@ -84,6 +84,7 @@ 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());
}