Add /usr/lib/bizhawk to the search path
This commit is contained in:
parent
9946f2ff16
commit
92721a816a
|
@ -20,7 +20,8 @@ namespace BizHawk.Common.BizInvoke
|
|||
{
|
||||
"/",
|
||||
"/dll/",
|
||||
"/usr/lib/"
|
||||
"/usr/lib/",
|
||||
"/usr/lib/bizhawk/"
|
||||
};
|
||||
|
||||
/// <remarks>this is needed to actually find the DLL properly on Unix</remarks>
|
||||
|
|
Loading…
Reference in New Issue