mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-01 02:00:36 -08:00
- Remove one last reference to *ecl-modules*
This commit is contained in:
parent
098a9253e0
commit
dc974ef4c4
1 changed files with 4 additions and 5 deletions
|
|
@ -127,11 +127,10 @@ ar -r ../@LIBPREFIX@ecl.@LIBEXT@ *.@OBJEXT@ ../c/all_symbols2.@OBJEXT@; rm *.@OB
|
|||
;;; * ASDF
|
||||
;;;
|
||||
#+WANTS-ASDF
|
||||
(when (member 'asdf *ecl-modules*)
|
||||
(build-module "asdf"
|
||||
'("ext:asdf;asdf.lisp")
|
||||
:dir "build:ext;"
|
||||
:prefix "EXT"))
|
||||
(build-module "asdf"
|
||||
'("ext:asdf;asdf.lisp")
|
||||
:dir "build:ext;"
|
||||
:prefix "EXT")
|
||||
|
||||
;;;
|
||||
;;; * Sockets library.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue