diff --git a/doc/chibi.scrbl b/doc/chibi.scrbl index 04f2e97c..16436348 100755 --- a/doc/chibi.scrbl +++ b/doc/chibi.scrbl @@ -1664,7 +1664,7 @@ installed. The following are currently supported: \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{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{sagittarius - version >= 0.9.13} \item{racket - version >= 8.16 with the \scheme{r7rs} pkg} diff --git a/lib/chibi/snow/commands.scm b/lib/chibi/snow/commands.scm index a43584f7..141fe3d7 100644 --- a/lib/chibi/snow/commands.scm +++ b/lib/chibi/snow/commands.scm @@ -1801,7 +1801,7 @@ (define (get-library-extension impl cfg) (or (conf-get cfg 'library-extension) (case impl - ((gauche kawa) "scm") + ((gauche) "scm") (else "sld")))) (define (install-with-sudo? cfg path)