Skip to content

Commit

Permalink
Have nuget rename the native library to a fixed name so that NativeLi…
Browse files Browse the repository at this point in the history
…brary loader can pick it up
  • Loading branch information
deccer committed Feb 7, 2024
1 parent c06f49b commit e8b414f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Ktx2Sharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</Content>

<Content Include="../Lib/linux-x64/libktx.so.4.2.1">
<PackagePath>runtimes/linux-x64/native</PackagePath>
<PackagePath>runtimes/linux-x64/native/libktx.so</PackagePath>
<Pack>true</Pack>
<Visible>false</Visible>
</Content>
Expand Down

0 comments on commit e8b414f

Please sign in to comment.