Skip to content

Commit aa30b81

Browse files
committed
Add missed *IGNORED-SYSTEMS* variable for bundling.
1 parent e5ff41e commit aa30b81

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

quicklisp/bundle.lisp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626

2727
(defgeneric write-bundle (bundle target))
2828

29+
(defvar *ignored-systems*
30+
(list "asdf")
31+
"Systems that might appear in depends-on lists in Quicklisp, but
32+
which can't be bundled.")
2933

3034
;;; Implementation
3135

0 commit comments

Comments
 (0)