[v0.98] Add FreeBSD support to README

This commit is contained in:
Dr-Noob
2021-06-20 23:29:25 +02:00
parent c1a029e26f
commit 15035b9423
2 changed files with 4 additions and 1 deletions

View File

@@ -20,6 +20,8 @@
#else
static const char* OS_STR = "Linux";
#endif
#elif __FreeBSD__
static const char* OS_STR = "FreeBSD";
#elif _WIN32
static const char* OS_STR = "Windows";
#elif defined __APPLE__ || __MACH__