Merge branch 'master' of gitlab.com:eql/EQL5

This commit is contained in:
polos 2020-11-28 11:32:45 +01:00
commit 54a6879960

View file

@ -11,7 +11,8 @@
(asdf:make-build "my-app"
:monolithic t
:type :static-library
:move-here "./")
:move-here "./"
:init-name "init_lib_MY_APP__ALL_SYSTEMS")
(let ((lib-name #+msvc "my_app_lib.lib"
#-msvc "libmy_app_lib.a"))
@ -22,3 +23,4 @@
#-msvc ".a")
lib-name))
(eql:qq)