mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-01 19:14:51 +02:00
Temporary hack to load JAWT.dll in Sys class init until AWTGLCanvas is moved out into a separate .dll
This commit is contained in:
parent
5e962e54e2
commit
9b52b120ff
|
|
@ -63,6 +63,7 @@ public final class Sys {
|
|||
private final static SysImplementation implementation;
|
||||
|
||||
static {
|
||||
System.loadLibrary("jawt"); // FIXME: temporary hack
|
||||
System.loadLibrary(LIBRARY_NAME);
|
||||
implementation = createImplementation();
|
||||
String native_version = implementation.getNativeLibraryVersion();
|
||||
|
|
|
|||
Loading…
Reference in a new issue