fix build for module name resolver cache change
The xform bootstrap sets `current-library-collections-path` without
changing the namespace, which is a bad idea that was exposed by
the module name resolved cache change (commit a7ad0e3a01
).
This commit is contained in:
parent
02bc905c02
commit
a0485cb58c
|
@ -103,6 +103,11 @@
|
|||
(use-compiled-file-paths '("compiled"))
|
||||
|
||||
(current-library-collection-paths (list (build-path (build-path (current-directory) rel-dir) "xform-collects")))
|
||||
|
||||
(let ([ns (make-empty-namespace)])
|
||||
(dynamic-require ''#%builtin #f)
|
||||
(namespace-attach-module (current-namespace) ''#%builtin ns)
|
||||
(current-namespace ns))
|
||||
|
||||
(error-print-width 100)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user