X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src-main%2Flibraries.cl;h=c16cda2aee89e3ebe30f0058b64514032da004fc;hb=e17a00289f90e820823ae17546eb5374e8f056e0;hp=b37549b3ffd3a66e3c980f27827314c376af1751;hpb=42959dafb9978c35da14915bc078fb96c1183347;p=uffi.git diff --git a/src-main/libraries.cl b/src-main/libraries.cl index b37549b..c16cda2 100644 --- a/src-main/libraries.cl +++ b/src-main/libraries.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: libraries.cl,v 1.1 2002/09/16 17:54:30 kevin Exp $ +;;;; $Id: libraries.cl,v 1.2 2002/09/20 04:51:14 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -25,7 +25,8 @@ (defun default-foreign-library-type () "Returns string naming default library type for platform" #+(or win32 mswindows) "dll" - #-(or win32 mswindows) "so") + #-(or win32 mswindows macosx) "so" + #+macosx "dylib") (defun find-foreign-library (names directories &key types drive-letters) "Looks for a foreign library. directories can be a single