Skip to content

Commit

Permalink
fix: Fix name of native export
Browse files Browse the repository at this point in the history
  • Loading branch information
Yushu2606 authored Mar 2, 2024
1 parent c67ff71 commit 128be64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Import/LibNative.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Hosihikari.NativeInterop.Import;

internal static partial class LibNative
{
private const string LibName = "layer";
private const string LibName = "export";

#region memory

Expand Down Expand Up @@ -120,4 +120,4 @@ out void* sbuf
public static unsafe partial bool std_istream_read(void* stream, byte* buffer, int length);

#endregion
}
}

0 comments on commit 128be64

Please sign in to comment.