13
0

fix panner search path

This commit is contained in:
Robin Gareus 2014-01-10 20:35:32 +01:00
parent 7396fcf0b1
commit 0bdf4c25cf

View File

@ -35,6 +35,7 @@ SearchPath
panner_search_path ()
{
SearchPath spath(user_config_directory ());
spath += ardour_dll_directory ();
spath.add_subdirectory_to_paths(panner_dir_name);
spath += SearchPath(Glib::getenv(panner_env_variable_name));
return spath;