Skip to content

Commit

Permalink
Require all libs (workflow debug)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jan 14, 2024
1 parent 982997a commit 592f18e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/CsYaz0/CsYaz0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
</PropertyGroup>

<ItemGroup>
<Content Include="..\..\native\build\Yaz0.so" Link="Lib\Yaz0.so" Condition="Exists('..\..\native\build\Yaz0.so')" CopyToOutputDirectory="PreserveNewest" />
<Content Include="..\..\native\build\Yaz0.dll" Link="Lib\Yaz0.dll" Condition="Exists('..\..\native\build\Yaz0.dll')" CopyToOutputDirectory="PreserveNewest" />
<Content Include="..\..\native\build\Yaz0.dylib" Link="Lib\Yaz0.dylib" Condition="Exists('..\..\native\build\Yaz0.dylib')" CopyToOutputDirectory="PreserveNewest" />
<Content Include="..\..\native\build\Yaz0.so" Link="Lib\Yaz0.so"
CopyToOutputDirectory="PreserveNewest" />
<Content Include="..\..\native\build\Yaz0.dll" Link="Lib\Yaz0.dll"
CopyToOutputDirectory="PreserveNewest" />
<Content Include="..\..\native\build\Yaz0.dylib" Link="Lib\Yaz0.dylib"
CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
Expand All @@ -27,4 +30,4 @@
</None>
</ItemGroup>

</Project>
</Project>

0 comments on commit 592f18e

Please sign in to comment.