Browse Source

Hurd is UNIX

tags/v1.9.11
falkTX 6 years ago
parent
commit
b92cb268fb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/includes/CarlaDefines.h

+ 1
- 1
source/includes/CarlaDefines.h View File

@@ -56,7 +56,7 @@

#if defined(CARLA_OS_WIN32) || defined(CARLA_OS_WIN64)
# define CARLA_OS_WIN
#elif defined(CARLA_OS_BSD) || defined(CARLA_OS_LINUX) || defined(CARLA_OS_MAC)
#elif defined(CARLA_OS_BSD) || defined(CARLA_OS_GNU_HURD) || defined(CARLA_OS_LINUX) || defined(CARLA_OS_MAC)
# define CARLA_OS_UNIX
#endif



Loading…
Cancel
Save