commit 4c5b77f2e37893d9efa69599136c495d70a79083
parent 0452b25ff051d8a6ebbbf18a5e0cab64d2395a37
Author: falkTX <falktx@falktx.com>
Date: Wed, 29 Dec 2021 02:42:26 +0000
Do not build vst3 version of CVPort example, not usable yet
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/CVPort/Makefile b/examples/CVPort/Makefile
@@ -23,7 +23,7 @@ include ../../Makefile.plugins.mk
# --------------------------------------------------------------
# Enable all possible plugin types
-TARGETS = jack lv2_dsp vst3
+TARGETS = jack lv2_dsp
all: $(TARGETS)