Skip to content

Commit

Permalink
fix: Use wildcard to include snappy TC library
Browse files Browse the repository at this point in the history
  • Loading branch information
densogiaichned committed Feb 18, 2024
1 parent fac60c9 commit 4163a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TcHaxx.Snappy.CLI/TcHaxx.Snappy.CLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</ItemGroup>

<ItemGroup Condition="$(INCLUDE_TC_LIBRARIES)!=''">
<Content Include="../../.dist/snappy.library" Pack="true" PackagePath="content/.dist/snappy.library" />
<Content Include="../../.dist/**/snappy*.library" Pack="true" PackagePath="content/.dist/snappy.library" />
<Content Include="../../.dist/rplc.library" Pack="true" PackagePath="content/.dist/rplc.library" />
</ItemGroup>
</Project>

0 comments on commit 4163a69

Please sign in to comment.