[PD-dev] [PD] how to compile externals for apple silicon?

IOhannes m zmölnig zmoelnig at iem.at
Fri Mar 11 11:06:30 CET 2022


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-dev/attachments/20220311/9712aece/attachment.sig>


More information about the Pd-dev mailing list