From 53b59d8a7287a52a05c4c9959f46dd01d683bd80 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 15 May 2017 21:14:57 +0100 Subject: [PATCH] Fix typo --- plugins/MVerb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MVerb/Makefile b/plugins/MVerb/Makefile index a48b302..b9c88c1 100644 --- a/plugins/MVerb/Makefile +++ b/plugins/MVerb/Makefile @@ -53,7 +53,7 @@ TARGETS += lv2_dsp endif endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif