Add one last Hail Mary search to the chainloader

This commit is contained in:
Robbert van der Helm
2022-04-16 19:54:53 +02:00
parent 6f16eb5c76
commit 8710b6d63d
2 changed files with 31 additions and 4 deletions
+2
View File
@@ -33,5 +33,7 @@
* process for `yabridge-host-32.exe`.
* - When those don't exist, we'll try to `dlopen()` the file directly. This
* will use the correct path for the system.
* - If we still can't find the file, we'll do one last scan through common lib
* directories in case `ldconfig` was not set up correctly.
*/
void* find_plugin_library(const std::string& name);