r9987: Automated commit for Debian build of uffi upstream-version-1.4.26
[uffi.git] / tests / foreign-loader.lisp
index 10307321d3a21e17c543ff90a14380914c90ada1..49eb10399ea6fd87d8a1da7caccbd9c1e95e8ef6 100644 (file)
@@ -25,7 +25,8 @@
          #+(or macosx darwin)
          "z"
          (list (pathname-directory *load-pathname*)
-               "/usr/local/lib/" "/usr/lib/" "/zlib/"))
+               "/usr/local/lib/" #+64bit "/usr/lib64/"
+               "/usr/lib/" "/zlib/"))
         :module "zlib" 
         :supporting-libraries '("c"))
   (warn "Unable to load zlib"))
@@ -34,7 +35,8 @@
         (uffi:find-foreign-library
          "uffi-c-test" 
          (list (pathname-directory *load-truename*)
-               "/usr/lib/uffi/"))
+               "/usr/lib/uffi/"
+               "/home/kevin/debian/src/uffi/tests/"))
         :supporting-libraries '("c")
         :module "uffi_tests")
   (warn "Unable to load uffi-c-test library"))