examples: embed: fix example (provide init-name)

This commit is contained in:
Daniel Kochmanski 2017-07-21 21:58:51 +02:00
parent d8552498af
commit f9d4a4c957

View file

@ -6,7 +6,7 @@ hello-lisp.a: hello-lisp.lisp
ecl -norc \
-eval '(require :asdf)' \
-eval '(push "./" asdf:*central-registry*)' \
-eval '(asdf:make-build :hello-lisp :type :static-library :move-here "./")' \
-eval '(asdf:make-build :hello-lisp :type :static-library :move-here "./" :init-name "init_lib_HELLO_LISP")' \
-eval '(quit)'
clean: