X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Flibraries.lisp;h=592f08ca1f0d0db7f4ec9b69763595e74aa5955d;hb=c3c2c51723711ab8f9ad8be19f52312b7b65f81f;hp=f91f3db0d5f535ad08bd6164e45bb75c9d771931;hpb=b2a3a6e6f3e5adf857ba4e2c80b8e4f8a3124a33;p=uffi.git diff --git a/src/libraries.lisp b/src/libraries.lisp index f91f3db..592f08c 100644 --- a/src/libraries.lisp +++ b/src/libraries.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: libraries.lisp,v 1.12 2003/08/27 20:00:21 kevin Exp $ +;;;; $Id: libraries.lisp,v 1.13 2003/08/27 20:02:59 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -107,6 +107,7 @@ library type if type is not specified." #+sbcl (let ((type (pathname-type (parse-namestring filename)))) (if (or (string-equal type "so") + (string-equal type "bundle") (string-equal type "dylib")) (sb-alien::load-1-foreign filename) (sb-alien:load-foreign filename