'ros install sbcl' compiles sbcl using sbcl-bin without init.lisp loaded.

This commit is contained in:
SANO Masatoshi 2017-11-03 06:14:00 +09:00
parent b5e02ea6e2
commit 7616d2caea

View file

@ -160,7 +160,7 @@
:direction :output :if-exists :append :if-does-not-exist :create)
(format out "~&--~&~A~%" (date))
(let* ((src (opt "src"))
(compiler (format nil "~A -L ~A --no-rc run -- --disable-debugger" *ros-path* (opt "sbcl.compiler")))
(compiler (format nil "~A -L ~A without-roswell=t run" *ros-path* (opt "sbcl.compiler")))
(cmd (list (sh) "-lc" (format nil "cd ~S;~A ~A ~A ~A"
(#+win32 mingw-namestring #-win32 princ-to-string src)
(or #-win32 (sh) "")