From a8c517889e64f8ce9691dd6031d613c75f8612de Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 15 May 2017 21:14:04 +0100 Subject: [PATCH] Fix typo --- plugins/3BandEQ/Makefile | 2 +- plugins/3BandSplitter/Makefile | 2 +- plugins/PingPongPan/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/3BandEQ/Makefile b/plugins/3BandEQ/Makefile index 4c6abb1..2ab39b6 100644 --- a/plugins/3BandEQ/Makefile +++ b/plugins/3BandEQ/Makefile @@ -53,7 +53,7 @@ TARGETS += lv2_dsp endif endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/3BandSplitter/Makefile b/plugins/3BandSplitter/Makefile index 224fcde..77e25e3 100644 --- a/plugins/3BandSplitter/Makefile +++ b/plugins/3BandSplitter/Makefile @@ -53,7 +53,7 @@ TARGETS += lv2_dsp endif endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif diff --git a/plugins/PingPongPan/Makefile b/plugins/PingPongPan/Makefile index 96059bf..77dbe7c 100644 --- a/plugins/PingPongPan/Makefile +++ b/plugins/PingPongPan/Makefile @@ -53,7 +53,7 @@ TARGETS += lv2_dsp endif endif -ifeq ($(BUILD_VST),true) +ifeq ($(BUILD_VST2),true) TARGETS += vst endif