X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fforeign-loader.lisp;h=ab0d6a28b7e6d9b1bb619eb2d74c186097dc0886;hb=042f48cf5bfac1823816425d17472b362798e4fe;hp=c0548c1218b98bab89c8df00c61b8d72821aea90;hpb=80ca106516b23083e732b6e3e21547e890ca97a9;p=uffi.git diff --git a/tests/foreign-loader.lisp b/tests/foreign-loader.lisp index c0548c1..ab0d6a2 100644 --- a/tests/foreign-loader.lisp +++ b/tests/foreign-loader.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; $Id$ ;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* @@ -25,15 +25,15 @@ #+(or macosx darwin) "z" (list (pathname-directory *load-pathname*) - "/usr/local/lib/" #+64bit "/usr/lib64/" - "/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/"))