mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-03 11:59:40 +02:00
bump mac native version due to recent changes to them
This commit is contained in:
parent
bae1672baf
commit
03fa5dda72
|
|
@ -42,7 +42,7 @@ import com.apple.eio.FileManager;
|
|||
* $Id$
|
||||
*/
|
||||
final class MacOSXSysImplementation extends J2SESysImplementation {
|
||||
private static final int JNI_VERSION = 20;
|
||||
private static final int JNI_VERSION = 21;
|
||||
|
||||
static {
|
||||
// Make sure AWT is properly initialized. This avoids hangs on Mac OS X 10.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue