X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=contrib%2Fsb-simple-streams%2Fsb-simple-streams.asd;h=39cf6ed9ba5160057330055716a79d9ca751552f;hb=1d46d379bb7a6424524b978f213ef69be5f1ad69;hp=83dac238396b7543688ab279ae1ecfe5f909d7ac;hpb=cc9a73604f696b6e69842a95b1e11f40f8cdd7bf;p=sbcl.git diff --git a/contrib/sb-simple-streams/sb-simple-streams.asd b/contrib/sb-simple-streams/sb-simple-streams.asd index 83dac23..39cf6ed 100644 --- a/contrib/sb-simple-streams/sb-simple-streams.asd +++ b/contrib/sb-simple-streams/sb-simple-streams.asd @@ -6,6 +6,8 @@ (defsystem sb-simple-streams :depends-on (sb-bsd-sockets sb-posix) + #+sb-building-contrib :pathname + #+sb-building-contrib "SYS:CONTRIB;SB-SIMPLE-STREAMS;" :components ((:file "package") (:file "fndb") (:file "iodefs" :depends-on ("package"))