r9987: Automated commit for Debian build of uffi upstream-version-1.4.26
[uffi.git] / tests / foreign-loader.lisp
index a611f8831d687ea86fb57e00069e8f89f9e72c57..49eb10399ea6fd87d8a1da7caccbd9c1e95e8ef6 100644 (file)
          #+(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"))
   
 (unless (uffi:load-foreign-library 
         (uffi:find-foreign-library
-         "uffi-c-test-lib
+         "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-lib library"))
+  (warn "Unable to load uffi-c-test library"))