mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 11:32:35 -08:00
INSTALL-C-COMPILER is now part of the core, even without loading :CMP
This commit is contained in:
parent
806646c619
commit
b06c17717a
1 changed files with 5 additions and 0 deletions
|
|
@ -125,6 +125,11 @@
|
|||
(fdefinition 'compile-file-pathname) #'bc-compile-file-pathname)
|
||||
(ext::package-lock (find-package :cl) t))
|
||||
|
||||
(defun install-c-compiler ()
|
||||
(require :cmp)
|
||||
(locally (declare (notinline install-c-compiler))
|
||||
(funcall 'install-c-compiler)))
|
||||
|
||||
#-ecl-min
|
||||
(progn
|
||||
#+(and dlopen (not windows))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue