Skip to content

Commit

Permalink
fix(nuget): correct native library linking
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 21, 2023
1 parent ca035c5 commit 9042f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNNoise.NET/RNNoise.NET.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</metadata>
<files>
<file src=".\bin\Release\netstandard2.0\RNNoise.NET.dll" target="lib\netstandard2.0\"/>
<file src=".\bin\Release\netstandard2.0\rnnoise.dll" target="lib\netstandard2.0\"/>
<!--TODO: Technically these are all the same DLL, will this work?-->
<file src=".\bin\Release\netstandard2.0\rnnoise.dll" target="runtimes\win-x64\native\" />
<file src=".\bin\Release\netstandard2.0\rnnoise.dll" target="runtimes\win-x86\native\" />
<file src=".\bin\Release\netstandard2.0\rnnoise.dll" target="runtimes\linux-x64\native\" />
Expand Down

0 comments on commit 9042f32

Please sign in to comment.