mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-05 12:16:35 +02:00
Get root library name
This commit is contained in:
parent
dc42d5a1d4
commit
10569ddcfd
1 changed files with 2 additions and 1 deletions
|
@ -255,7 +255,8 @@
|
||||||
(string-append "c_" lib-name-str "_inlinable_lambdas"))))
|
(string-append "c_" lib-name-str "_inlinable_lambdas"))))
|
||||||
(cond
|
(cond
|
||||||
((imported? import)
|
((imported? import)
|
||||||
(let ((lib-name (lib:list->import-set import))
|
(let ((lib-name (lib:import->library-name
|
||||||
|
(lib:list->import-set import)))
|
||||||
(vars/inlines
|
(vars/inlines
|
||||||
(filter
|
(filter
|
||||||
(lambda (v/i)
|
(lambda (v/i)
|
||||||
|
|
Loading…
Add table
Reference in a new issue