Skip to content

Commit 75683b5

Browse files
authored
Update quicklisp-fix.lisp
Apply fix only if quicklisp is available.
1 parent dc2472a commit 75683b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

quicklisp-fix.lisp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
#+quicklisp
12
(in-package #:quicklisp)
23

4+
#+quicklisp
35
(defun compute-load-strategy (name)
46
(setf name (string-downcase name))
57
(let ((asdf-systems nil)
@@ -36,4 +38,4 @@
3638
(make-instance 'load-strategy
3739
:name name
3840
:asdf-systems (remove-duplicates asdf-systems)
39-
:quicklisp-systems (remove-duplicates quicklisp-systems))))
41+
:quicklisp-systems (remove-duplicates quicklisp-systems))))

0 commit comments

Comments
 (0)