X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-rt%2Fsb-rt.asd;h=6e26cfecb978820334792ec6bb50dccffba50e4a;hb=d6db469884468ef1cbe41fdad328eda5fb9934a4;hp=9ebb1ae1f86e8c0b9ad24b5469856d4e0598f4e8;hpb=6ffb09605de7f990332aee146d8f69ba4cc907c9;p=sbcl.git diff --git a/contrib/sb-rt/sb-rt.asd b/contrib/sb-rt/sb-rt.asd index 9ebb1ae..6e26cfe 100644 --- a/contrib/sb-rt/sb-rt.asd +++ b/contrib/sb-rt/sb-rt.asd @@ -7,7 +7,7 @@ (defsystem sb-rt :version "0.1.7" ; our version "0", GCL CVS version "1.7" #+sb-building-contrib :pathname - #+sb-building-contrib "SYS:CONTRIB;SB-RT;" + #+sb-building-contrib #p"SYS:CONTRIB;SB-RT;" :components ((:file "rt"))) (defmethod perform :after ((o load-op) (c (eql (find-system :sb-rt))))