[PD] how to compile fat externals for apple with d_i386/d_amd64/d_arm64?)

IOhannes m zmoelnig zmoelnig at iem.at
Tue Apr 19 13:14:29 CEST 2022


On 4/19/22 13:11, IOhannes m zmoelnig wrote:
> 1. i *think*, on macOS Pd should first try to load the arch-specific 
> extensions (`.d_i386`), and only then it should fall back to loading the 
> fat binary (`.d_fat`).
> obviously it doesn't do that [1] right now.
in the meantime, you could try to force the extension for the fat binary 
to ".pd_darwin" (which is searched for after the arch-specific extensions).

i'm not sure whether pd-lib-builder handles this correctly, but 
something like this might do the trick:

```
make extension="pd_darwin" arch="x86_64 arm64"
```

gmndas
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-list/attachments/20220419/5acdc128/attachment.sig>


More information about the Pd-list mailing list