Fix typo that prevented installation of bytecodes compiler

This commit is contained in:
Juan Jose Garcia Ripoll 2011-07-16 21:56:21 +02:00
parent 45434f51ba
commit dab8f7e7a6

View file

@ -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)
)