need to modify linkage to invoke the loader.

This commit is contained in:
Danny Yoo 2013-02-22 17:01:26 -07:00
parent 2a133d4ad0
commit b490042567

View File

@ -242,7 +242,8 @@
(fprintf (current-report-port)
(format "Writing html ~s\n" (build-path (current-output-dir) output-html-filename)))
(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])
(file-name-from-path path))))
(displayln dynamically-loaded-modules)