Skip to content
Snippets Groups Projects
Commit 2994552a authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix more breakage of ECL and MKCL by the improperly merged CLASP patch.

parent dad50110
No related branches found
No related tags found
No related merge requests found
......@@ -450,7 +450,7 @@ or COMPRESSION on SBCL, and APPLICATION-TYPE on SBCL/Windows."
(when forms `(progn ,@forms))))))
#+(or clasp ecl) (check-type kind (member :dll :lib :static-library :program :object :fasl))
(apply #+clasp 'cmp:builder #+clasp kind
#+(or ecl (not clasp)) 'c::builder #+(or ecl (not clasp)) kind
#+(and ecl (not clasp)) 'c::builder #+(and ecl (not clasp)) kind
#+mkcl (ecase kind
((:dll) 'compiler::build-shared-library)
((:lib :static-library) 'compiler::build-static-library)
......
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