mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
Further hackery to correct AWT dependency problem
This commit is contained in:
parent
9b52b120ff
commit
662631deb6
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ public final class Sys {
|
|||
private final static SysImplementation implementation;
|
||||
|
||||
static {
|
||||
System.loadLibrary("awt");
|
||||
System.loadLibrary("jawt"); // FIXME: temporary hack
|
||||
System.loadLibrary(LIBRARY_NAME);
|
||||
implementation = createImplementation();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue