Merge pull request #424 from fryshorts/bsd-build-fixes

BSD build fixes
This commit is contained in:
Jim
2015-05-05 04:46:16 -07:00
15 changed files with 83 additions and 9 deletions

View File

@@ -357,6 +357,8 @@ string OBSApp::GetVersionString() const
ver << "windows)";
#elif __APPLE__
ver << "mac)";
#elif __FreeBSD__
ver << "freebsd)";
#else /* assume linux for the time being */
ver << "linux)";
#endif