Browse Source

Treat FreeBSD and GNU (Hurd) as if they were linux

pull/6/head
falkTX 9 years ago
parent
commit
c255436ab6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoDefines.h

+ 1
- 1
distrho/src/DistrhoDefines.h View File

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


Loading…
Cancel
Save