mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-12 23:47:34 +02:00
Include library directory header in snowball even when no include files are present.
This commit is contained in:
parent
9fd5104733
commit
3b410c5ac1
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@
|
||||||
(path ,lib-file)
|
(path ,lib-file)
|
||||||
(name ,name)))
|
(name ,name)))
|
||||||
(files `((rename ,file ,lib-file)))
|
(files `((rename ,file ,lib-file)))
|
||||||
(dirs '()))
|
(dirs '("")))
|
||||||
(cond
|
(cond
|
||||||
((null? ls)
|
((null? ls)
|
||||||
(cons `(library ,@(reverse info))
|
(cons `(library ,@(reverse info))
|
||||||
|
|
Loading…
Add table
Reference in a new issue