Universal builds or cross compilation?
jwokaty opened this issue · 0 comments
jwokaty commented
I just came across the idea again of universal builds for macs. I'm dog earring this so I remember to look at it later. https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary.
Additionally, we could try cross compilation. See https://clang.llvm.org/docs/CrossCompilation.html and https://stackoverflow.com/questions/693952/how-to-compile-for-os-x-in-linux-or-windows#answer-76183280.