compiler/cm: repair for chained compiled-file roots

This commit is contained in:
Matthew Flatt 2018-02-27 20:10:03 -07:00
parent 3e5e2cc30d
commit 408a8cb79e

View File

@ -339,6 +339,7 @@
path
(get-module-code path (path->mode path) compile
(lambda (a b) #f) ; extension handler
#:roots (list (car roots))
#:source-reader read-src-syntax))))
(define dest-roots (list (car roots)))
(define-values (code-dir code-name)