Browse Source

Define DISTRHO_OS_UNIX if building for linux or osx

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

+ 4
- 0
distrho/src/DistrhoDefines.h View File

@@ -42,6 +42,10 @@
# endif
#endif

#if defined(DISTRHO_OS_LINUX) || defined(DISTRHO_OS_MAC)
# define DISTRHO_OS_UNIX
#endif

#ifndef DISTRHO_DLL_EXTENSION
# define DISTRHO_DLL_EXTENSION "so"
#endif


Loading…
Cancel
Save