shop-planner / shop3

SHOP3 Git repository
https://shop-planner.github.io
144 stars 14 forks source link

Add BUILDAPP variable to the buildapp-script. #155

Closed rpgoldman closed 9 months ago

rpgoldman commented 10 months ago

This enables us to be able to make buildapp binaries for both CCL and SBCL. Currently, the buildapp binary is either based on CCL or SBCL, but can't make binaries for both, so we need to install a CCL buildapp and an SBCL buildapp if we want to build both on the same system, and in this case need a mechanism for choosing which to use.