Fix missing piece of code

This commit is contained in:
retropikzel 2025-07-02 19:15:14 +03:00
parent add8a03990
commit 6c5ca0ce83

View file

@ -1776,6 +1776,7 @@
((eq? impl 'guile)
(get-guile-site-ccache-dir))
((eq? impl 'sagittarius)
(car (get-install-dirs impl cfg)))
((eq? impl 'racket)
(car (get-install-dirs impl cfg)))
((eq? impl 'stklos)