mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-30 04:10:44 -08:00
Fix typo that prevented installation of bytecodes compiler
This commit is contained in:
parent
45434f51ba
commit
dab8f7e7a6
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@
|
|||
(progn
|
||||
#+(and dlopen (not windows))
|
||||
(sys::autoload "SYS:cmp" 'compile-file 'compile 'compile-file-pathname 'disassemble)
|
||||
#-(or windows dlopen)
|
||||
#-(and dlopen (not windows))
|
||||
(install-bytecodes-compiler)
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue