This commit is contained in:
falkTX 2017-05-15 21:56:53 +01:00
parent b4e124bd6c
commit e6cd37320e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ TARGETS += lv2_dsp
endif
endif
ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst
endif