Browse Source

always copy the debug plugin to vst2_bin/

pull/1639/head
bsp2 6 years ago
parent
commit
d671a32065
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      other/vst2_lglw_debug_plugin/makefile.linux

+ 3
- 2
other/vst2_lglw_debug_plugin/makefile.linux View File

@@ -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

Loading…
Cancel
Save