Skip to content
Snippets Groups Projects
Commit 02505e9d authored by Robert Goldman's avatar Robert Goldman
Browse files

Added missing argument to MKCL-specific block.

parent 7e36993d
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#+mkcl #+mkcl
,@`(:prefix-lisp-object-files (,(namestring (truename (translate-logical-pathname #P"SYS:cmp.a")))) ,@`(:prefix-lisp-object-files (,(namestring (truename (translate-logical-pathname #P"SYS:cmp.a"))))
:extra-build-args ,(or #-windows '(:use-mkcl-shared-libraries nil)) :extra-build-args ,(or #-windows '(:use-mkcl-shared-libraries nil))
:class program-system
:epilogue-code (progn :epilogue-code (progn
(setq uiop/image:*image-dumped-p* :executable) (setq uiop/image:*image-dumped-p* :executable)
(setq uiop/image:*lisp-interaction* nil) (setq uiop/image:*lisp-interaction* nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment