Changed lib name to support non windows libs

This commit is contained in:
Darth Affe 2023-12-15 10:20:50 +01:00
parent f073b9c30f
commit 6cd523d6ee

View File

@ -14,7 +14,7 @@ internal unsafe partial class Native
{ {
#region Constants #region Constants
private const string LIB_NAME = "sd-abi.dll"; private const string LIB_NAME = "sd-abi";
#endregion #endregion