Skip to content

Commit

Permalink
fix lib not included
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Jun 5, 2024
1 parent 89fdd2a commit eaa2f08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/ishtar.vm/ishtar.vm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
<None Update="includes\gc.lib">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="includes\libgc.so">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="sample_native_library.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit eaa2f08

Please sign in to comment.