13
0

add new folders to linux vst search path to help out AVLinux and some other specialized distros

This commit is contained in:
Paul Davis 2014-01-27 14:55:58 -05:00
parent 10d577146a
commit f8737f7012

View File

@ -646,7 +646,8 @@ PluginManager::lxvst_refresh ()
}
if (lxvst_path.length() == 0) {
lxvst_path = "/usr/local/lib64/lxvst:/usr/local/lib/lxvst:/usr/lib64/lxvst:/usr/lib/lxvst";
lxvst_path = "/usr/local/lib64/lxvst:/usr/local/lib/lxvst:/usr/lib64/lxvst:/usr/lib/lxvst"
"/usr/local/lib64/linux_vst:/usr/local/lib/linux_vst:/usr/lib64/linux_vst:/usr/lib/linux_vst";
}
lxvst_discover_from_path (lxvst_path);