mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Revert windows backend search expression to "*backend.dll"
This commit is contained in:
parent
6b3e7cf07d
commit
5086cc3f49
1 changed files with 1 additions and 1 deletions
|
|
@ -480,7 +480,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