From 3b410c5ac179b1577bc0891d2a9c8b482c9f3a4a Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Tue, 1 Jul 2014 21:54:05 +0900 Subject: [PATCH] Include library directory header in snowball even when no include files are present. --- lib/chibi/snow/commands.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chibi/snow/commands.scm b/lib/chibi/snow/commands.scm index 19cf1d5b..b8968b36 100644 --- a/lib/chibi/snow/commands.scm +++ b/lib/chibi/snow/commands.scm @@ -185,7 +185,7 @@ (path ,lib-file) (name ,name))) (files `((rename ,file ,lib-file))) - (dirs '())) + (dirs '(""))) (cond ((null? ls) (cons `(library ,@(reverse info))