Skip to content

Commit

Permalink
Add -dssi to UI binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesaulniers committed May 21, 2018
1 parent b7d91a0 commit f91bb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ endif
jack = $(TARGET_DIR)/$(NAME)$(APP_EXT)
# ladspa_dsp = $(TARGET_DIR)/$(NAME)-ladspa$(LIB_EXT)
dssi_dsp = $(TARGET_DIR)/$(NAME)-dssi$(LIB_EXT)
dssi_ui = $(TARGET_DIR)/$(NAME)-dssi/$(NAME)_ui$(APP_EXT)
dssi_ui = $(TARGET_DIR)/$(NAME)-dssi/$(NAME)-dssi_ui$(APP_EXT)
lv2 = $(TARGET_DIR)/$(NAME).lv2/$(NAME)$(LIB_EXT)
lv2_dsp = $(TARGET_DIR)/$(NAME).lv2/$(NAME)_dsp$(LIB_EXT)
lv2_ui = $(TARGET_DIR)/$(NAME).lv2/$(NAME)_ui$(LIB_EXT)
Expand Down

0 comments on commit f91bb7f

Please sign in to comment.