mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
fix panner search path
This commit is contained in:
parent
7396fcf0b1
commit
0bdf4c25cf
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue