mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-10 14:37:34 +02:00
Also use .sld for Kawa libraries
This commit is contained in:
parent
1eab833a99
commit
870070159f
2 changed files with 2 additions and 2 deletions
|
@ -1664,7 +1664,7 @@ installed. The following are currently supported:
|
||||||
\item{gambit - version >= 4.9.3}
|
\item{gambit - version >= 4.9.3}
|
||||||
\item{generic; By default libraries are installed into /usr/local/lib/snow or %LOCALAPPDATA%/lib/snow on windows}
|
\item{generic; By default libraries are installed into /usr/local/lib/snow or %LOCALAPPDATA%/lib/snow on windows}
|
||||||
\item{gauche - version >= 0.9.4}
|
\item{gauche - version >= 0.9.4}
|
||||||
\item{kawa - version >= 2.0; you need to add the install dir to the search path, e.g. \scheme{-Dkawa.import.path=/usr/local/share/kawa/lib}}
|
\item{kawa - version >= 2.0; you need to add the install dir to the search path, e.g. \scheme{-Dkawa.import.path=/usr/local/share/kawa/lib/*.sld}}
|
||||||
\item{larceny - version 0.98; you need to add "lib/Snow" to the paths in startup.sch}
|
\item{larceny - version 0.98; you need to add "lib/Snow" to the paths in startup.sch}
|
||||||
\item{sagittarius - version >= 0.9.13}
|
\item{sagittarius - version >= 0.9.13}
|
||||||
\item{racket - version >= 8.16 with the \scheme{r7rs} pkg}
|
\item{racket - version >= 8.16 with the \scheme{r7rs} pkg}
|
||||||
|
|
|
@ -1801,7 +1801,7 @@
|
||||||
(define (get-library-extension impl cfg)
|
(define (get-library-extension impl cfg)
|
||||||
(or (conf-get cfg 'library-extension)
|
(or (conf-get cfg 'library-extension)
|
||||||
(case impl
|
(case impl
|
||||||
((gauche kawa) "scm")
|
((gauche) "scm")
|
||||||
(else "sld"))))
|
(else "sld"))))
|
||||||
|
|
||||||
(define (install-with-sudo? cfg path)
|
(define (install-with-sudo? cfg path)
|
||||||
|
|
Loading…
Add table
Reference in a new issue