You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
add OpenBSD to OS_LinuxBSD::get_name()
This commit is contained in:
@@ -116,6 +116,8 @@ String OS_LinuxBSD::get_name() const {
|
||||
return "FreeBSD";
|
||||
#elif defined(__NetBSD__)
|
||||
return "NetBSD";
|
||||
#elif defined(__OpenBSD__)
|
||||
return "OpenBSD";
|
||||
#else
|
||||
return "BSD";
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user