Browse Source

Fix typo

pull/1/head
falkTX 8 years ago
parent
commit
a8c517889e
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      plugins/3BandEQ/Makefile
  2. +1
    -1
      plugins/3BandSplitter/Makefile
  3. +1
    -1
      plugins/PingPongPan/Makefile

+ 1
- 1
plugins/3BandEQ/Makefile View File

@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif
endif

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



+ 1
- 1
plugins/3BandSplitter/Makefile View File

@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif
endif

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



+ 1
- 1
plugins/PingPongPan/Makefile View File

@@ -53,7 +53,7 @@ TARGETS += lv2_dsp
endif
endif

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



Loading…
Cancel
Save