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

Need to load PCL before CLX.

parent b02fef2f
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,8 @@ ...@@ -41,6 +41,8 @@
;;; ;;;
(when (probe-file (make-pathname :defaults "target:clx/clx-library" (when (probe-file (make-pathname :defaults "target:clx/clx-library"
:type (c:backend-fasl-file-type c:*backend*))) :type (c:backend-fasl-file-type c:*backend*)))
#+(and (not pcl) (not no-pcl-clx))
(load "target:pcl/pclload")
(load "target:clx/clx-library")) (load "target:clx/clx-library"))
(with-compiler-log-file (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