On 3/10/22 23:57, Dan Wilcox wrote:
I have a fork of pd-lib-builder which supports arm64 & universal builds on macOS. The PR has been sitting for some time but we have been using it successfully for a few projects for some time now:
note that the merit of the PR is mainly in autodetecting which architectures the current compiler might support.
if you know that your compiler supports both amd64 (aka M1) and x86_64 (aka intel), you can simply call make with your target architectures, using the normal pd-lib-builder.
e.g. for building universal binaries, use:
``` make arch="arm64 x86_64" ```
mgfdsf IOhannes