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