r10608: update license
[uffi.git] / tests / foreign-loader.lisp
index 49eb10399ea6fd87d8a1da7caccbd9c1e95e8ef6..ab0d6a28b7e6d9b1bb619eb2d74c186097dc0886 100644 (file)
@@ -9,7 +9,7 @@
 ;;;;
 ;;;; $Id$
 ;;;;
-;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
+;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
 ;;;;
 ;;;; *************************************************************************
 
@@ -25,7 +25,7 @@
          #+(or macosx darwin)
          "z"
          (list (pathname-directory *load-pathname*)
-               "/usr/local/lib/" #+64bit "/usr/lib64/"
+               "/usr/local/lib/" #+(or 64bit x86-64) "/usr/lib64/"
                "/usr/lib/" "/zlib/"))
         :module "zlib" 
         :supporting-libraries '("c"))
@@ -33,7 +33,7 @@
   
 (unless (uffi:load-foreign-library 
         (uffi:find-foreign-library
-         "uffi-c-test" 
+         '(#+(or 64bit x86-64) "uffi-c-test64" "uffi-c-test") 
          (list (pathname-directory *load-truename*)
                "/usr/lib/uffi/"
                "/home/kevin/debian/src/uffi/tests/"))