X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf-install%2Fasdf-install.asd;h=91e728232b8150115834ec8140a44f57ab31ef9f;hb=fab1ba8d4e92ecb5d496577fc205675218911b1d;hp=6bb482650bd60c341e6e650dccced7086f059f2d;hpb=6b7b0266343826426a3efffa3b8b8d4d552f8f97;p=sbcl.git diff --git a/contrib/asdf-install/asdf-install.asd b/contrib/asdf-install/asdf-install.asd index 6bb4826..91e7282 100644 --- a/contrib/asdf-install/asdf-install.asd +++ b/contrib/asdf-install/asdf-install.asd @@ -23,6 +23,8 @@ (defsystem asdf-install :depends-on (sb-posix sb-bsd-sockets) :version "0.2" + #+sb-building-contrib :pathname + #+sb-building-contrib "SYS:CONTRIB;ASDF-INSTALL;" :components ((:file "defpackage") (:exe-file "loader" :depends-on ("installer")) (:file "installer" :depends-on ("defpackage"))))