FreeBSD build version

This commit is contained in:
David Carlier
2019-06-02 08:18:36 +01:00
committed by Oskar Wallgren
parent 95c46a805d
commit 732448c392
9 changed files with 14 additions and 7 deletions

View File

@@ -28,6 +28,10 @@
#define PLATFORM "OpenBSD"
#endif
#ifdef LMMS_BUILD_FREEBSD
#define PLATFORM "FreeBSD"
#endif
#ifdef LMMS_BUILD_WIN32
#define PLATFORM "win32"
#endif