On 6/12/19 6:07 PM, Alexandre Torres Porres wrote:
Hi, I thought I had taken care of every platform when compiling my externals, but there's still PPC to go :)
Any hints on how to compile for mac PPC on an intel mac?
and "-arch ppc" to the CFLAGS.
recent versions of XCode no longer support this (iirc, very recent versions of XCode don't event support "-arch i386" any more, for creating intel/32bit builds).
for the pd-lib-builder system, you might just get away with something like: $ make arch="ppc i386 x86_64"
gfmasrd IOhannes