Specify init-name when building lisp lib

This commit is contained in:
Renaud Casenave-Péré 2021-02-27 21:07:43 +01:00
parent 22ae586932
commit 1238127f54

View file

@ -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)