mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Issue #412 - Include expander in call
This commit is contained in:
parent
6a1377178a
commit
66dd53985b
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@
|
|||
(lib-names (lib:get-all-import-deps import-sets *append-dirs* *prepend-dirs* base-expander))
|
||||
(renamed-syms (filter pair?
|
||||
(map car
|
||||
(lib:imports->idb import-sets *append-dirs* *prepend-dirs*))))
|
||||
(lib:imports->idb import-sets *append-dirs* *prepend-dirs* base-expander))))
|
||||
)
|
||||
(for-each
|
||||
(lambda (lib-name)
|
||||
|
|
Loading…
Add table
Reference in a new issue