Skip to content

Commit

Permalink
Update LanguageIdentification.FastText.Native.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
gluschenko committed Oct 2, 2024
1 parent 8e999a1 commit b51853e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="libfasttext.dylib">
<Content Include="libfasttext.x86_64.dylib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
<PackagePath>runtimes/osx-x64/native</PackagePath>
Expand All @@ -83,7 +83,7 @@
</ItemGroup>

<ItemGroup>
<Content Include="libfasttext.dylib">
<Content Include="libfasttext.arm64.dylib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
<PackagePath>runtimes/osx-arm64/native</PackagePath>
Expand Down

0 comments on commit b51853e

Please sign in to comment.