mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
keep AU cache in cache-dir
This commit is contained in:
parent
80a730550d
commit
2c95cb0652
1 changed files with 1 additions and 1 deletions
|
|
@ -2383,7 +2383,7 @@ AUPluginInfo::load (Session& session)
|
|||
Glib::ustring
|
||||
AUPluginInfo::au_cache_path ()
|
||||
{
|
||||
return Glib::build_filename (ARDOUR::user_config_directory(), "au_cache");
|
||||
return Glib::build_filename (ARDOUR::user_cache_directory(), "au_cache");
|
||||
}
|
||||
|
||||
PluginInfoList*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue