From 70b7624b7885a39771b8f3b52ab8c9908faafa90 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 31 Aug 2013 12:50:36 +0100 Subject: [PATCH] Fix plugin build without zyn --- source/plugin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/plugin/Makefile b/source/plugin/Makefile index 11429b407..fdd16889d 100644 --- a/source/plugin/Makefile +++ b/source/plugin/Makefile @@ -100,7 +100,7 @@ TARGETS = carla-native-export ifeq ($(MACOS),true) TARGETS += carla-native.lv2/carla-native.dylib else -LIBS += -ldl -lrt +LIBS += -ldl -lpthread -lrt TARGETS += carla-native.lv2/carla-native.so endif endif