mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-20 07:30:20 +01:00
Linux: Added SunOS (solaris) as a linux(-like) platform
This commit is contained in:
parent
8a3bee6b1c
commit
e94260adf8
|
|
@ -274,7 +274,7 @@ public class LWJGLUtil {
|
|||
|
||||
if (osName.startsWith("Windows")) {
|
||||
return PLATFORM_WINDOWS;
|
||||
} else if (osName.startsWith("Linux") || osName.startsWith("FreeBSD")) {
|
||||
} else if (osName.startsWith("Linux") || osName.startsWith("FreeBSD") || osName.startsWith("SunOS")) {
|
||||
return PLATFORM_LINUX;
|
||||
} else if (osName.startsWith("Mac OS X")) {
|
||||
return PLATFORM_MACOSX;
|
||||
|
|
|
|||
Loading…
Reference in a new issue