Skip to content
Snippets Groups Projects
Commit b02fef2f authored by ram's avatar ram
Browse files

Always load PCL if not loaded unless the no-pcl-clx feature is present.

parent 6e0fccdd
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@
(make-package "XLIB" :use '("LISP")))
#+(and (not pcl) (not no-pcl-clx))
(load "target:pcl/pclload")
(pushnew :clx-ansi-common-lisp *features*)
(with-compiler-log-file
......
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