supercollider / sc3-plugins

Community plugins for SuperCollider
https://supercollider.github.io/sc3-plugins/
GNU General Public License v2.0
459 stars 122 forks source link

fixing JPVerb / GreyHole UGens: where to put -m32? #142

Closed LFSaw closed 7 years ago

LFSaw commented 7 years ago

Hello,

I am fixing the JPVerb / GreyHole UGens by adapting their Faust dsp code to current standards. So far, I manage quite well, only thing is that

  1. my SuperCollider compile toolchain seems to compile the scsynth in 32 bit (why?)
  2. the plugins are compiled into 64 bit , unless they get the -m32 option passed during compile time.

Does anyone have an idea on how to tell the cmake script in sc3-plugins to add the flag depending on the architecture it will be compiled for?

LFSaw commented 7 years ago

false alarm... this was not the problem...