r9396: add ensure-char-storage function, new tests
[uffi.git] / tests / foreign-loader.lisp
index ac9b5c04615f2a61c93ec5f470c3e788d911136d..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"))