Browse Source

Fix typo

master
falkTX 8 years ago
parent
commit
76be0e62d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/ProM/Makefile

+ 1
- 1
plugins/ProM/Makefile View File

@@ -36,7 +36,7 @@ ifeq ($(BUILD_LV2),true)
TARGETS += lv2
endif

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



Loading…
Cancel
Save