fix 3m build for moved cm
svn: r11327
This commit is contained in:
parent
4ee2402b8f
commit
3ead9c435f
|
@ -26,7 +26,7 @@
|
|||
(list p))))
|
||||
|
||||
(require syntax/moddep
|
||||
mzlib/cm)
|
||||
compiler/cm)
|
||||
|
||||
(define (go mod-path rel-to target)
|
||||
(let* ([path (if target
|
||||
|
@ -68,7 +68,7 @@
|
|||
#f
|
||||
"xform-collects/xform/xform-mod.ss")
|
||||
;; Needed for cm:
|
||||
(go 'mzlib/private/cm-ctime #f #f)
|
||||
(go 'compiler/private/cm-ctime #f #f)
|
||||
;; Readers:
|
||||
(go 'mzscheme/lang/reader #f #f)
|
||||
(go 'scheme/base/lang/reader #f #f)
|
||||
|
|
Loading…
Reference in New Issue
Block a user