mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
Fix pattern to match possible audio backends on windows
This commit is contained in:
parent
ef50b2818a
commit
9eeea76f22
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ AudioEngine::discover_backends ()
|
|||
Glib::PatternSpec dll_extension_pattern("*backendRDC.dll");
|
||||
#endif
|
||||
#else
|
||||
Glib::PatternSpec dll_extension_pattern("*backend.dll");
|
||||
Glib::PatternSpec dll_extension_pattern("*backend*.dll");
|
||||
#endif
|
||||
|
||||
find_matching_files_in_search_path (backend_search_path (),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue