ikvmnet / ikvm

A Java Virtual Machine and Bytecode-to-IL Converter for .NET
Other
1.17k stars 110 forks source link

include ikvm.runtime dir in boot lib path #380

Closed wasabii closed 1 year ago

wasabii commented 1 year ago

dotnet publish with RID throws all the native libraries into the single output dir. Theres no good reason for them to do this, but there ya go. Does it for Core too. It really shouldn't. It also doesn't fix paths in deps.json, so I have no idea how this is supposed to work!