mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
s/sld/module to reflect change in library definition extension
This commit is contained in:
parent
51b01d34a7
commit
1cec98193e
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
||||||
(cond
|
(cond
|
||||||
((file-directory? file)
|
((file-directory? file)
|
||||||
(process-dir file))
|
(process-dir file))
|
||||||
((equal? "module" (path-extension file))
|
((equal? "sld" (path-extension file))
|
||||||
(let* ((mod-path (path-strip-extension (path-relative file basedir)))
|
(let* ((mod-path (path-strip-extension (path-relative file basedir)))
|
||||||
(mod-name (map (lambda (x) (or (string->number x) (string->symbol x)))
|
(mod-name (map (lambda (x) (or (string->number x) (string->symbol x)))
|
||||||
(path-split mod-path))))
|
(path-split mod-path))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue