r5565: *** empty log message ***
[uffi.git] / src / libraries.lisp
index f91f3db0d5f535ad08bd6164e45bb75c9d771931..592f08ca1f0d0db7f4ec9b69763595e74aa5955d 100644 (file)
@@ -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