Include library directory header in snowball even when no include files are present.

This commit is contained in:
Alex Shinn 2014-07-01 21:54:05 +09:00
parent 9fd5104733
commit 3b410c5ac1

View file

@ -185,7 +185,7 @@
(path ,lib-file)
(name ,name)))
(files `((rename ,file ,lib-file)))
(dirs '()))
(dirs '("")))
(cond
((null? ls)
(cons `(library ,@(reverse info))