MichalStrehovsky / PublishAotCross

NuGet package to help you cross-compile Native AOT to different OSes/architectures
MIT License
91 stars 11 forks source link

Add support for macos (osx) #8

Closed Ptkatz closed 4 months ago

MichalStrehovsky commented 4 months ago

I don't think this is possible. Linking .NET for macos requires providing macos frameworks. Those are only available with an xcode license. Apple doesn't really want anyone to build software for their platform without paying them first.

(PublishAotCross uses zig under the hood and as long zig doesn't support it, it's out of question for PublishAotCross https://github.com/ziglang/zig/issues/1349)