compiler/cm: repair for chained compiled-file roots
This commit is contained in:
parent
3e5e2cc30d
commit
408a8cb79e
|
@ -339,6 +339,7 @@
|
||||||
path
|
path
|
||||||
(get-module-code path (path->mode path) compile
|
(get-module-code path (path->mode path) compile
|
||||||
(lambda (a b) #f) ; extension handler
|
(lambda (a b) #f) ; extension handler
|
||||||
|
#:roots (list (car roots))
|
||||||
#:source-reader read-src-syntax))))
|
#:source-reader read-src-syntax))))
|
||||||
(define dest-roots (list (car roots)))
|
(define dest-roots (list (car roots)))
|
||||||
(define-values (code-dir code-name)
|
(define-values (code-dir code-name)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user