mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Linux: Added SunOS (solaris) as a linux(-like) platform
This commit is contained in:
parent
8a3bee6b1c
commit
e94260adf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue