svn: r11330
This commit is contained in:
Matthew Flatt 2008-08-19 15:32:47 +00:00
parent ebab4270bf
commit 9720e0151e

View File

@ -25,7 +25,7 @@
(define (get-deps code path)
(filter-map (lambda (x)
(let ([r (resolve-module-path-index x path)])
(and (path? x) (path->bytes x))))
(and (path? r) (path->bytes r))))
(append-map cdr (module-compiled-imports code))))
(define (get-compilation-dir+name mode path)