X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=uffi.asd;h=edc52e050723713e2278b2198080a6e43bc2925a;hb=39af1ecd34f7cefc376c62a005939f849f135629;hp=a170bde945566bcd4dad7faeb14c82378ea79d1c;hpb=2969f6daacdf9ed16b1cedeedcc5af33364088c8;p=uffi.git diff --git a/uffi.asd b/uffi.asd index a170bde..edc52e0 100644 --- a/uffi.asd +++ b/uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: uffi.asd,v 1.8 2002/09/06 11:00:49 kevin Exp $ +;;;; $Id: uffi.asd,v 1.9 2002/09/06 11:01:53 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -46,7 +46,6 @@ :description "Universal Foreign Function Library for Common Lisp" :long-description "UFFI provides a universal foreign function interface (FFI) for Common Lisp. UFFI supports CMUCL, Lispworks, and AllegroCL." - :default-component-class uffi-cl-source-file :pathname #-mcl #.(format nil "~A:uffi;" +uffi-logical-host+) #+mcl #.(format nil "~A:uffi;mcl;" +uffi-logical-host+)