From d671a32065aa290234e9b72eebd855aaef7e6374 Mon Sep 17 00:00:00 2001 From: bsp2 Date: Sat, 20 Oct 2018 20:40:35 +0200 Subject: [PATCH] always copy the debug plugin to vst2_bin/ --- other/vst2_lglw_debug_plugin/makefile.linux | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/other/vst2_lglw_debug_plugin/makefile.linux b/other/vst2_lglw_debug_plugin/makefile.linux index 527a903f..c7d13908 100644 --- a/other/vst2_lglw_debug_plugin/makefile.linux +++ b/other/vst2_lglw_debug_plugin/makefile.linux @@ -31,8 +31,9 @@ ifeq ($(USER),cameron) endif ifeq ($(USER),bsp) # copy to Qtractor VST search path - # cp $(TARGET) /usr/local/lib/vst/ - cp $(TARGET) ../../vst2_bin/ + cp $(TARGET) /usr/local/lib/vst/ endif + # always copy to vst2_bin/ + cp $(TARGET) ../../vst2_bin/ include ../../dep/yac/sharedlib_linux.mk