This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
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
0452b25ff0
commit
4c5b77f2e3
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
TARGETS = jack lv2_dsp
vst3
TARGETS = jack lv2_dsp
all: $(TARGETS)
Write
Preview
Loading…
Cancel
Save