need to modify linkage to invoke the loader.
This commit is contained in:
parent
2a133d4ad0
commit
b490042567
|
@ -242,7 +242,8 @@
|
||||||
(fprintf (current-report-port)
|
(fprintf (current-report-port)
|
||||||
(format "Writing html ~s\n" (build-path (current-output-dir) output-html-filename)))
|
(format "Writing html ~s\n" (build-path (current-output-dir) output-html-filename)))
|
||||||
(define dynamically-loaded-modules
|
(define dynamically-loaded-modules
|
||||||
(remove (file-name-from-path main-module-path)
|
'()
|
||||||
|
#;(remove (file-name-from-path main-module-path)
|
||||||
(for/list ([(key path) module-mappings])
|
(for/list ([(key path) module-mappings])
|
||||||
(file-name-from-path path))))
|
(file-name-from-path path))))
|
||||||
(displayln dynamically-loaded-modules)
|
(displayln dynamically-loaded-modules)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user