[elephant-cvs] CVS elephant/src

6 Feb
2006
6 Feb
'06
5:40 p.m.
Update of /project/elephant/cvsroot/elephant/src In directory common-lisp:/tmp/cvs-serv6962/src Modified Files: Tag: ELEPHANT-0-4-1-rc1-IAN sleepycat.lisp Log Message: Quick patch to solve OpenMCL library building problems reported by Waldo Rubinstein --- /project/elephant/cvsroot/elephant/src/sleepycat.lisp 2006/01/26 04:03:44 1.16.2.1 +++ /project/elephant/cvsroot/elephant/src/sleepycat.lisp 2006/02/06 17:40:56 1.16.2.2 @@ -126,8 +126,8 @@ (eval-when (:compile-toplevel :load-toplevel) (defparameter *c-library-extension* - #+macosx "dylib" - #-macosx "so" )) + #+(or darwin macosx) "dylib" + #-(or darwin macosx) "so" )) (eval-when (:compile-toplevel :load-toplevel)
7086
Age (days ago)
7086
Last active (days ago)
0 comments
1 participants
participants (1)
-
ieslick