Yasu3D / MercuryMapper

A chart editor for Mercury. "Forked" from BAKKA-Avalonia, re-written for stability and ease of use.
MIT License
15 stars 3 forks source link

Make unmanaged libraries bundle correctly for other OS #10

Closed yellowberryHN closed 5 months ago

yellowberryHN commented 6 months ago

So far it works for compiling builds for the target OS if running on the target OS, but does not yet work for cross-compilation, still looking into it.

cg505 commented 5 months ago

plus one

Raymonf commented 5 months ago

@yellowberryHN You'll probably want to check $(RuntimeIdentifier) for publishing (so-called cross-compilation)

yellowberryHN commented 5 months ago

@Raymonf thanks for the tip! I had seen that before, but I didn't know what it meant by publishing.