Browse Source

Fix stupid typo leading to dummy driver being built

tags/v1.9.11
falkTX 6 years ago
parent
commit
7462089f45
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/Makefile.mk

+ 1
- 1
source/Makefile.mk View File

@@ -446,7 +446,7 @@ RTMEMPOOL_LIBS = -lpthread
WATER_LIBS = -lpthread -lrt
endif

ifneq ($(HAIKU),true)
ifeq ($(HAIKU),true)
JACKBRIDGE_LIBS = -lpthread
LILV_LIBS = -lm
RTMEMPOOL_LIBS = -lpthread


Loading…
Cancel
Save