Skip to content
Snippets Groups Projects
Commit e53f8006 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Fix cl-launch/dispatch fallback

parent ae18acb6
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ portable support on all of Windows, Linux (x64, x86, ARM), MacOS X
:class :package-inferred-system
:source-file nil
:pathname ,cl-launch-dir
:components ((cl-source-file "lisp" :pathname "dispatch.lisp"))))))
:components ((cl-source-file "lisp" :pathname "dispatch"))))))
;; Depending on whether Quicklisp was loaded or not, either use it or use regular load-system
(defun load-sys (system)
(if (featurep :quicklisp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment