From 55e257bd1bc9ccb890da70a55ff17f83d84e108a Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 16 May 2014 01:25:11 +0100 Subject: [PATCH] Only build JACK on linux --- plugins/Makefile.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/Makefile.mk b/plugins/Makefile.mk index 7ed2fc5..f4c0b83 100644 --- a/plugins/Makefile.mk +++ b/plugins/Makefile.mk @@ -19,7 +19,11 @@ BUILD_CXX_FLAGS += -I. -I../../dpf/distrho -I../../dpf/dgl # -------------------------------------------------------------- # Enable all possible plugin types +ifeq ($(LINUX),true) all: jack dssi lv2 vst +else +all: dssi lv2 vst +endif # -------------------------------------------------------------- # Set plugin binary file targets