Browse Source

Fix typo

master
falkTX 8 years ago
parent
commit
0758e528b7
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      plugins/bitcrush/Makefile
  2. +1
    -1
      plugins/freeverb/Makefile
  3. +1
    -1
      plugins/gigaverb/Makefile
  4. +1
    -1
      plugins/pitchshift/Makefile

+ 1
- 1
plugins/bitcrush/Makefile View File

@@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp
endif

ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst
endif



+ 1
- 1
plugins/freeverb/Makefile View File

@@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp
endif

ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst
endif



+ 1
- 1
plugins/gigaverb/Makefile View File

@@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp
endif

ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst
endif



+ 1
- 1
plugins/pitchshift/Makefile View File

@@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp
endif

ifeq ($(BUILD_VST),true)
ifeq ($(BUILD_VST2),true)
TARGETS += vst
endif



Loading…
Cancel
Save