Browse Source

Don't try to use futexes on generic systems, it's linux only

tags/1.9.8
falkTX 7 years ago
parent
commit
ebbda4575d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/utils/CarlaSemUtils.hpp

+ 1
- 1
source/utils/CarlaSemUtils.hpp View File

@@ -22,7 +22,7 @@

#include <ctime>

#ifndef CARLA_OS_HAIKU
#ifdef CARLA_OS_LINUX
# define CARLA_USE_FUTEXES
#endif



Loading…
Cancel
Save