X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fforeign-loader.lisp;h=cebbeaefaebe640e34dbef91b1078daa181f9e63;hb=e808a7bbbdb701b208c9e7f2cc75151a847ff3af;hp=49eb10399ea6fd87d8a1da7caccbd9c1e95e8ef6;hpb=fb079870a636e776d02df1710c5728ed134584ca;p=uffi.git diff --git a/tests/foreign-loader.lisp b/tests/foreign-loader.lisp index 49eb103..cebbeae 100644 --- a/tests/foreign-loader.lisp +++ b/tests/foreign-loader.lisp @@ -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/"))