X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-posix%2Fsb-posix.asd;h=325d8f4526ecaf7b5e71c1186fd835e86706c161;hb=5bf941f419b6cd275feb3ee44ca264596fbd9e8e;hp=591147dcd832cff992a8b1ea3af6fa51a1248a23;hpb=bf25f936158ea89a142d86a0f0216a8bed029dc5;p=sbcl.git diff --git a/contrib/sb-posix/sb-posix.asd b/contrib/sb-posix/sb-posix.asd index 591147d..325d8f4 100644 --- a/contrib/sb-posix/sb-posix.asd +++ b/contrib/sb-posix/sb-posix.asd @@ -7,7 +7,7 @@ (defsystem sb-posix :depends-on (sb-grovel) #+sb-building-contrib :pathname - #+sb-building-contrib "SYS:CONTRIB;SB-POSIX;" + #+sb-building-contrib #p"SYS:CONTRIB;SB-POSIX;" :components ((:file "defpackage") (:file "designator" :depends-on ("defpackage")) (:file "macros" :depends-on ("designator"))