mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 15:35:09 +00:00
propagate darwin check to applet loader too
This commit is contained in:
parent
b64c908ae6
commit
c97cede9a1
1 changed files with 1 additions and 1 deletions
|
|
@ -631,7 +631,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
|
|||
nativeJarList = getParameter("al_linux");
|
||||
}
|
||||
|
||||
} else if (osName.startsWith("Mac")) {
|
||||
} else if (osName.startsWith("Mac") || osName.startsWith("Darwin")) {
|
||||
nativeJarList = getParameter("al_mac");
|
||||
} else if (osName.startsWith("Solaris") || osName.startsWith("SunOS")) {
|
||||
nativeJarList = getParameter("al_solaris");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue