ohmtech-rdi / eurorack-blocks

Software to Hardware Prototyping for Eurorack using C++, Max/Gen~ or Faust
Other
303 stars 21 forks source link

Libcairo not found on macOS on some installs of python #509

Closed ohmtech-rdi closed 1 year ago

ohmtech-rdi commented 1 year ago

Libcairo not found on macOS on some installs of python.

ohmtech-rdi commented 1 year ago

We install libcairo using brew, and it just happens that the brew flavor of python is configured to add brew libraries.

We could fix that by either installing ourselves libcairo in our toolchain like we do on windows, or just add brew library paths when a different python is run.