|
|
@@ -37,7 +37,10 @@ |
|
|
|
# define DISTRHO_DLL_EXTENSION "dylib" |
|
|
|
# elif defined(__HAIKU__) |
|
|
|
# define DISTRHO_OS_HAIKU 1 |
|
|
|
# elif defined(__linux__) || defined(__linux) || defined(__FreeBSD__) || defined(__GNU__) |
|
|
|
# elif defined(__linux__) || defined(__linux) |
|
|
|
# define DISTRHO_OS_LINUX 1 |
|
|
|
# define DISTRHO_OS_LINUX_FULL 1 |
|
|
|
# elif defined(__FreeBSD__) || defined(__GNU__) |
|
|
|
# define DISTRHO_OS_LINUX 1 |
|
|
|
# endif |
|
|
|
#endif |
|
|
|