mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
'ros install sbcl' compiles sbcl using sbcl-bin without init.lisp loaded.
This commit is contained in:
parent
b5e02ea6e2
commit
7616d2caea
|
|
@ -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) "")
|
||||
|
|
|
|||
Loading…
Reference in a new issue