mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Linux build doesn't need environment variable to find the modules
This commit is contained in:
@@ -1149,6 +1149,8 @@ bool AudacityApp::OnInit()
|
||||
|
||||
wxString progPath = wxPathOnly(argv[0]);
|
||||
FileNames::AddUniquePathToPathList(progPath, audacityPathList);
|
||||
// Add the path to modules:
|
||||
FileNames::AddUniquePathToPathList(progPath + L"/lib/audacity", audacityPathList);
|
||||
|
||||
FileNames::AddUniquePathToPathList(FileNames::DataDir(), audacityPathList);
|
||||
|
||||
|
Reference in New Issue
Block a user