ASDF did not register SYS: with the central registry.

This commit is contained in:
Juan Jose Garcia Ripoll 2012-10-27 21:21:18 +02:00
parent b43937c305
commit df1aec7c28

View file

@ -32,3 +32,5 @@
(export '(make-build load-fasl-op))
(pushnew '("fasb" . si::load-binary) ext:*load-hooks* :test 'equal :key 'car)
(pushnew (translate-logical-pathname "SYS:") *central-registry*)