ohmtech-rdi / eurorack-blocks

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

Move erbui parsing from configure to build #552

Closed ohmtech-rdi closed 1 year ago

ohmtech-rdi commented 1 year ago

This PR moves out erbui parsing of erbb configure, and moves it to erbb build.

Parsing erbui during erbb configure didn't really makes sense: The erbui file is included in the erbb file, and it get anyway parsed during the different actions of the makefile build steps.

Originally, that must have been to have a clear error report outside of make, but we can also just do it before we build. Now that parsing is a lot faster, this shouldn't be too much of an issue.