mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
fix #197
This commit is contained in:
parent
2c3c3ed8ad
commit
86a57b7025
|
|
@ -148,7 +148,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 --no-rc run -- --disable-debugger" *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