Skip to content
Snippets Groups Projects
Commit 533bac0e authored by Jean-Claude Beaudoin's avatar Jean-Claude Beaudoin Committed by Robert P. Goldman
Browse files

On mkcl, no need to manually load COMPILER anymore.

Dependency on UIOP provides it properly now.
parent ebecfe49
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
:depends-on (:uiop)
:components ((:file "hello"))
#+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))
:class program-system
:epilogue-code (progn
......
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