r9278: addition openmcl fix
[uffi.git] / src / libraries.lisp
index f91f3db0d5f535ad08bd6164e45bb75c9d771931..8fa6612477f727c40ee4afb924d682ff0892a74f 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$
 ;;;;
 ;;;; 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