SoundScapeRenderer / ssr

Main source code repository for the SoundScape Renderer
http://spatialaudio.net/ssr/
GNU General Public License v3.0
132 stars 52 forks source link

CI: try cross-compiling macOS Pd externals #367

Open mgeier opened 1 year ago

mgeier commented 1 year ago

This is for now just an idea, I don't know if it will work.

Cross-compiling the external itself shouldn't be too much of a problem, but getting the dependencies compiled might be harder.

The two architectures might need different extensions:

make extension=d_arm64
make extension=d_amd64

The libraries for arm64 can probably be installed like described here: https://stackoverflow.com/questions/70821136/can-i-install-arm64-libraries-on-x86-64-with-homebrew/70822921