mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 15:11:23 +01:00
Fix mac build
This commit is contained in:
@@ -1448,9 +1448,9 @@ void PluginManager::FindFilesInPathList(const wxString & pattern,
|
||||
// Add the "Audacity" plug-ins directory
|
||||
wxFileName ff = PlatformCompatibility::GetExecutablePath();
|
||||
#if defined(__WXMAC__)
|
||||
f.RemoveLastDir();
|
||||
f.RemoveLastDir();
|
||||
f.RemoveLastDir();
|
||||
ff.RemoveLastDir();
|
||||
ff.RemoveLastDir();
|
||||
ff.RemoveLastDir();
|
||||
#endif
|
||||
ff.AppendDir(wxT("plug-ins"));
|
||||
paths.Add(ff.GetPath());
|
||||
|
||||
Reference in New Issue
Block a user