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
Fix stupid typo leading to dummy driver being built
tags/v1.9.11
falkTX
6 years ago
parent
e7e5a8115e
commit
7462089f45
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/Makefile.mk
+ 1
- 1
source/Makefile.mk
View File
@@ -446,7 +446,7 @@ RTMEMPOOL_LIBS = -lpthread
WATER_LIBS = -lpthread -lrt
endif
if
n
eq ($(HAIKU),true)
ifeq ($(HAIKU),true)
JACKBRIDGE_LIBS = -lpthread
LILV_LIBS = -lm
RTMEMPOOL_LIBS = -lpthread
Write
Preview
Loading…
Cancel
Save