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