mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-23 06:56:27 +00:00
Update README.md
This commit is contained in:
parent
f9c2573c48
commit
251645b232
@ -331,7 +331,7 @@ internal static unsafe partial class NativeMethods
|
|||||||
|
|
||||||
path += "/native/" + __DllName;
|
path += "/native/" + __DllName;
|
||||||
|
|
||||||
return NativeLibrary.Load(path, assembly, searchPath);
|
return NativeLibrary.Load(Path.Combine(AppContext.BaseDirectory, path), assembly, searchPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
return IntPtr.Zero;
|
return IntPtr.Zero;
|
||||||
|
Loading…
Reference in New Issue
Block a user