mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-03 11:16:36 +02:00
Merge pull request #1037 from Retropikzel/snow-chibi-sagittarius-fix
Fix missing piece of snow-chibi sagittarius support code
This commit is contained in:
commit
0ba31582c8
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue