Changing shared library name on Unix OS type
This commit is contained in:
parent
ba0e3321bf
commit
dcf55abc9f
|
|
@ -44,6 +44,10 @@ namespace Microsoft.AspNet.Server.Kestrel
|
|||
architecture,
|
||||
"libuv.dll");
|
||||
}
|
||||
else if ((int)Environment.OSVersion.Platform == 4)
|
||||
{
|
||||
libraryPath = "libuv.so.1";
|
||||
}
|
||||
else
|
||||
{
|
||||
libraryPath = Path.Combine(
|
||||
|
|
|
|||
Loading…
Reference in New Issue