Is it possible to build a "universal binary" of erlang on macOS (ARM/Intel)?

Yeah, libraries are the problem. I have an open PR about cross-compiling from x86_64 to aarch64 xcomp: Add aarch64-darwin by wojtekmach · Pull Request #5458 · erlang/otp · GitHub and I’m stuck on correctly linking openssl. wx will be problematic too.

3 Likes