Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
falkTX committed May 15, 2017
1 parent 319738d commit 0758e52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion plugins/bitcrush/Makefile
Expand Up @@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp
endif

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

Expand Down
2 changes: 1 addition & 1 deletion plugins/freeverb/Makefile
Expand Up @@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp
endif

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

Expand Down
2 changes: 1 addition & 1 deletion plugins/gigaverb/Makefile
Expand Up @@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp
endif

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

Expand Down
2 changes: 1 addition & 1 deletion plugins/pitchshift/Makefile
Expand Up @@ -37,7 +37,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2_dsp
endif

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

Expand Down

0 comments on commit 0758e52

Please sign in to comment.