notam02 / supercollider-plugin-tutorial

A tutorial on how to write SuperCollider plugins in C++
24 stars 3 forks source link

OSX Architectures #1

Closed mjsyts closed 1 year ago

mjsyts commented 1 year ago

Added option to build universal binary for OSX architectures. Default is ON. This will prevent issues related to users trying to run plugins on ARM and not having a correct build.

madskjeldgaard commented 1 year ago

Fantastic. Thanks <3