Add alexandria dependency
This commit is contained in:
parent
4899d888aa
commit
f1cf8ad488
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
(defsystem #:user-side-compiler
|
||||
:serial t
|
||||
:depends-on (#:closer-mop)
|
||||
:depends-on (#:closer-mop #:alexandria)
|
||||
:components
|
||||
((:file "package")
|
||||
(:file "toolkit")
|
||||
|
|
Loading…
Add table
Reference in a new issue