mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-15 15:21:03 -08:00
Fixed directory for installing quicklisp.
This commit is contained in:
parent
b3fbf51174
commit
a6147c8af8
1 changed files with 6 additions and 1 deletions
|
|
@ -14,7 +14,12 @@
|
|||
(translate-logical-pathname "HOME:QUICKLISP;")
|
||||
)
|
||||
|
||||
(defparameter *quicklisp-setup* "SYS:QUICKLISP;SETUP.LISP")
|
||||
(defparameter *quicklisp-setup*
|
||||
#+windows
|
||||
"SYS:QUICKLISP;SETUP.LISP"
|
||||
#-windows
|
||||
"HOME:QUICKLISP;SETUP.LISP"
|
||||
)
|
||||
|
||||
(defun safe-download (url filename)
|
||||
(ensure-directories-exist filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue