mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
PREBUILT-SYSTEM was not exported from ASDF.
This commit is contained in:
parent
30eb66a335
commit
a0ca4fcb82
1 changed files with 2 additions and 2 deletions
|
|
@ -396,7 +396,7 @@
|
|||
(software-version))
|
||||
(let ((*package* (find-package :keyword)))
|
||||
(pprint `(defsystem ,name-keyword
|
||||
:class asdf:prebuilt-system
|
||||
:class asdf::prebuilt-system
|
||||
:components ((:compiled-file ,(pathname-name fasl)))
|
||||
:lib ,(make-pathname :name (pathname-name library)
|
||||
:type (pathname-type library)))
|
||||
|
|
@ -406,7 +406,7 @@
|
|||
;;; Final integration steps
|
||||
;;;
|
||||
|
||||
(export '(make-build load-fasl-op))
|
||||
(export '(make-build load-fasl-op prebuilt-system))
|
||||
(push '("fasb" . si::load-binary) si::*load-hooks*)
|
||||
|
||||
(require 'cmp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue