diff --git a/tools/chibi-genstatic b/tools/chibi-genstatic index d9f15308..8bffc206 100755 --- a/tools/chibi-genstatic +++ b/tools/chibi-genstatic @@ -212,6 +212,7 @@ ((and) (every check-cond-expand (cdr x))) ((or) (any check-cond-expand (cdr x))) ((not) (not (check-cond-expand (cadr x)))) + ((library) (eval `(find-module ',(cadr x)) (%meta-env))) (else (error "cond-expand: bad feature" x))) (memq (identifier->symbol x) *features*))) (define (extract-module-name file)