Browse Source

Do not build vst3 version of CVPort example, not usable yet

Signed-off-by: falkTX <falktx@falktx.com>
pull/357/head
falkTX 3 years ago
parent
commit
4c5b77f2e3
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/CVPort/Makefile

+ 1
- 1
examples/CVPort/Makefile View File

@@ -23,7 +23,7 @@ include ../../Makefile.plugins.mk
# -------------------------------------------------------------- # --------------------------------------------------------------
# Enable all possible plugin types # Enable all possible plugin types


TARGETS = jack lv2_dsp vst3
TARGETS = jack lv2_dsp


all: $(TARGETS) all: $(TARGETS)




Loading…
Cancel
Save