Add patches
[clnl] / bin / run.lisp
index 8b46a2a6109193d6508d6dc9106c3a38f1fb35b4..b59ef934c9364f524d82d213e7eaf8d117f92baf 100644 (file)
@@ -1,6 +1,5 @@
 (setf *compile-print* nil)
 (require 'asdf)
-(push #p"deps/" asdf:*central-registry*)
+(asdf:initialize-source-registry `(:source-registry (:tree ,(car (directory "src"))) :INHERIT-CONFIGURATION))
 (asdf:load-system :clnl)
-(sb-thread:make-thread #'clnl-interface:run)
 (clnl:run)