On 2/12/20 5:54 AM, Matt Wette wrote:
Here is my solution. What do you think? If $prefix is the same as used to build guile then I use the directories from $guile. Otherwise, I use the default. This now works onubuntu and guix.
CorrectIon: "directories from $guile" means from paths generated from, for example,
guile -c "((display (assq-ref %guile-build-info 'site-ccache-dir))" Matt