r10585: rename to more closely align with src filename
[uffi.git] / tests / foreign-loader.lisp
index ac9b5c04615f2a61c93ec5f470c3e788d911136d..cebbeaefaebe640e34dbef91b1078daa181f9e63 100644 (file)
          #+(or macosx darwin)
          "z"
          (list (pathname-directory *load-pathname*)
-               "/usr/local/lib/" "/usr/lib/" "/zlib/"))
+               "/usr/local/lib/" #+(or 64bit x86-64) "/usr/lib64/"
+               "/usr/lib/" "/zlib/"))
         :module "zlib" 
         :supporting-libraries '("c"))
   (warn "Unable to load zlib"))
   
 (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/"))