mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +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"))))
|
||||
(cond
|
||||
((imported? import)
|
||||
(let ((lib-name (lib:list->import-set import))
|
||||
(let ((lib-name (lib:import->library-name
|
||||
(lib:list->import-set import)))
|
||||
(vars/inlines
|
||||
(filter
|
||||
(lambda (v/i)
|
||||
|
|
Loading…
Add table
Reference in a new issue