Browse Source

Fix typo

pull/72/head
falkTX 5 years ago
parent
commit
eb1ec93eed
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.plugins.mk

+ 1
- 1
Makefile.plugins.mk View File

@@ -152,7 +152,7 @@ $(dssi_ui): $(OBJS_UI) $(BUILD_DIR)/DistrhoUIMain_DSSI.cpp.o $(DPF_PATH)/build/l
# ---------------------------------------------------------------------------------------------------------------------
# LV2

lv2_one: $(lv2)
lv2: $(lv2)
lv2_dsp: $(lv2_dsp)
lv2_sep: $(lv2_dsp) $(lv2_ui)



Loading…
Cancel
Save