Add /usr/lib to the search path

This commit is contained in:
YoshiRulz 2019-10-25 21:22:56 +10:00
parent 60cf4e6c02
commit faddddca05
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ namespace BizHawk.Common.BizInvoke
private string[] SearchPaths = new[]
{
"/",
"/dll/"
"/dll/",
"/usr/lib/"
};
/// <remarks>this is needed to actually find the DLL properly on Unix</remarks>