This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Don't try to use futexes on generic systems, it's linux only
tags/1.9.8
falkTX
7 years ago
parent
74b83e04ae
commit
ebbda4575d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/utils/CarlaSemUtils.hpp
+ 1
- 1
source/utils/CarlaSemUtils.hpp
View File
@@ -22,7 +22,7 @@
#include <ctime>
#if
ndef CARLA_OS_HAIKU
#if
def CARLA_OS_LINUX
# define CARLA_USE_FUTEXES
#endif
Write
Preview
Loading…
Cancel
Save