X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-simple-streams%2Fsb-simple-streams.asd;h=3e103db33217ec8f87a1d2d0cecd680561fb5bd2;hb=2fb9cd4a2286b82e065d6c673d91e46bd7f2194d;hp=f0860a908abb4a13ee085dcb858c64c0c6b53896;hpb=70e8b66a8d858e0d75edd410b2e9dbfa86fab4c9;p=sbcl.git diff --git a/contrib/sb-simple-streams/sb-simple-streams.asd b/contrib/sb-simple-streams/sb-simple-streams.asd index f0860a9..3e103db 100644 --- a/contrib/sb-simple-streams/sb-simple-streams.asd +++ b/contrib/sb-simple-streams/sb-simple-streams.asd @@ -7,7 +7,7 @@ (defsystem sb-simple-streams :depends-on (sb-bsd-sockets sb-posix) #+sb-building-contrib :pathname - #+sb-building-contrib "SYS:CONTRIB;SB-SIMPLE-STREAMS;" + #+sb-building-contrib #p"SYS:CONTRIB;SB-SIMPLE-STREAMS;" :components ((:file "package") (:file "fndb") (:file "iodefs" :depends-on ("package"))