mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 06:53:59 +00:00
Mac OS X: Fixed legacy library loading
This commit is contained in:
parent
00292ddf75
commit
a895f58e37
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ public final class Sys {
|
|||
for (int i = 0; i < library_names.length; i++) {
|
||||
try {
|
||||
loadLibrary(library_names[i]);
|
||||
last_load_error = null;
|
||||
break;
|
||||
} catch (UnsatisfiedLinkError e) {
|
||||
last_load_error = e;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue