Skip to content

Commit

Permalink
Recognises NetBSD too
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Apr 5, 2020
1 parent 4a8e328 commit 393865b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Core/VersionInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ std::string VersionInfo::GetVersionInfo() {
return std::string("FreeBSD");
#elif defined(__OpenBSD__)
return std::string("OpenBSD");
#elif defined(__NetBSD__)
return std::string("NetBSD");
#else
return std::string("Unknown OS");
#endif
Expand Down

0 comments on commit 393865b

Please sign in to comment.