From 02505e9d309840db73e075a80b5b229cf9606ba6 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@sift.net> Date: Mon, 6 Oct 2014 19:26:58 -0500 Subject: [PATCH] Added missing argument to MKCL-specific block. --- test/hello-world-example.asd | 1 + 1 file changed, 1 insertion(+) diff --git a/test/hello-world-example.asd b/test/hello-world-example.asd index 90aa5556..446fa9b6 100644 --- a/test/hello-world-example.asd +++ b/test/hello-world-example.asd @@ -8,6 +8,7 @@ #+mkcl ,@`(:prefix-lisp-object-files (,(namestring (truename (translate-logical-pathname #P"SYS:cmp.a")))) :extra-build-args ,(or #-windows '(:use-mkcl-shared-libraries nil)) + :class program-system :epilogue-code (progn (setq uiop/image:*image-dumped-p* :executable) (setq uiop/image:*lisp-interaction* nil) -- GitLab