ocicl suppprt for other project use

This commit is contained in:
David Botton 2024-07-09 15:51:48 -04:00
parent 16916cd7ff
commit 04d2a42d89
3 changed files with 29 additions and 7 deletions

View file

@ -719,6 +719,14 @@ clog-builder window.")
(format t "~%If browser does not start go to http://127.0.0.1:~A/builder~%~%" port)
(open-browser :url (format nil "http://127.0.0.1:~A/builder" port))))
#-quicklisp
(defpackage #:ql
(:use #:cl)
(:export :*local-project-directories*))
#-quicklisp
(defvar ql:*local-project-directories* (list (uiop:getcwd)))
#+(and windows quicklisp)
(in-package #:quicklisp-client)