commit 6f7ea9ea4e38189f390530b771de88c77d76bc69 parent 76c7729515cfc569f0d15a43ace2d659a794ed4c Author: Bart Brouns <bart@magnetophon.nl> Date: Sat, 12 Dec 2020 02:21:21 +0100 don't build VST2 by default on linux (#114) Diffstat:
M | Plugin/build_linux.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Plugin/build_linux.sh b/Plugin/build_linux.sh @@ -20,7 +20,7 @@ echo "include ../../LV2.mak" >> Builds/LinuxMakefile/Makefile ( cd Builds/LinuxMakefile - CONFIG=Release make + CONFIG=Release make LV2 VST3 Standalone ) rm LV2.mak