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