13
0

Make LXVST_PATH / LXVST_PLUGINS work (#4329).

git-svn-id: svn://localhost/ardour2/branches/3.0@10106 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-09-21 16:07:15 +00:00
parent 460b99645c
commit 150ad3ae82

View File

@ -135,9 +135,9 @@ PluginManager::PluginManager ()
}
if ((s = getenv ("LXVST_PATH"))) {
vst_path = s;
lxvst_path = s;
} else if ((s = getenv ("LXVST_PLUGINS"))) {
vst_path = s;
lxvst_path = s;
}
if (_manager == 0) {