Add /usr/lib to the search path
This commit is contained in:
parent
60cf4e6c02
commit
faddddca05
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue