From 1cec98193e015078bc6f3346cc413690cc30296b Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Fri, 4 Nov 2011 19:11:24 +0900 Subject: [PATCH] s/sld/module to reflect change in library definition extension --- tools/chibi-genstatic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/chibi-genstatic b/tools/chibi-genstatic index cf363b7c..dd457a60 100755 --- a/tools/chibi-genstatic +++ b/tools/chibi-genstatic @@ -86,7 +86,7 @@ (cond ((file-directory? file) (process-dir file)) - ((equal? "module" (path-extension file)) + ((equal? "sld" (path-extension file)) (let* ((mod-path (path-strip-extension (path-relative file basedir))) (mod-name (map (lambda (x) (or (string->number x) (string->symbol x))) (path-split mod-path))))