mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
changed nativeLib name from onnxruntime.dll to onnxruntime, for cross platform (#275)
This commit is contained in:
parent
75934af896
commit
8a7b6761de
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ namespace Microsoft.ML.OnnxRuntime
|
|||
|
||||
internal static class NativeMethods
|
||||
{
|
||||
private const string nativeLib = "onnxruntime.dll";
|
||||
private const string nativeLib = "onnxruntime";
|
||||
internal const CharSet charSet = CharSet.Ansi;
|
||||
|
||||
#region Runtime/Environment API
|
||||
|
|
|
|||
Loading…
Reference in a new issue