diff --git a/contrib/bytecmp/bytecmp.lsp b/contrib/bytecmp/bytecmp.lsp index e03b28ce1..c43e95db6 100644 --- a/contrib/bytecmp/bytecmp.lsp +++ b/contrib/bytecmp/bytecmp.lsp @@ -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) )