Specify init-name when building lisp lib
This commit is contained in:
parent
22ae586932
commit
1238127f54
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@
|
|||
(asdf:make-build "app"
|
||||
:monolithic t
|
||||
:type :static-library
|
||||
:move-here "./")
|
||||
:move-here "./"
|
||||
:init-name "init_lib_APP__ALL_SYSTEMS")
|
||||
|
||||
(let ((lib-name "libapp.a"))
|
||||
(when (probe-file lib-name)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue