Merge pull request #1037 from Retropikzel/snow-chibi-sagittarius-fix
Some checks are pending
CI / macos-latest (push) Waiting to run
CI / ubuntu-latest (push) Waiting to run

Fix missing piece of snow-chibi sagittarius support code
This commit is contained in:
Alex Shinn 2025-07-03 05:39:48 +09:00 committed by GitHub
commit 0ba31582c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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