X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=interfaces%2Fclsql-uffi%2Fclsql-uffi-loader.cl;h=be2efef7fa7e3126975e0fb171e26183e99efa7a;hb=7faa1ee1482c0478c9d2802c3de7bf229d55b1b8;hp=0aa0fc9f1cc04727ee22b9641e02ba50531011d7;hpb=9a44db5786edbd9e795fb999f19bf0a00a4913d1;p=clsql.git diff --git a/interfaces/clsql-uffi/clsql-uffi-loader.cl b/interfaces/clsql-uffi/clsql-uffi-loader.cl index 0aa0fc9..be2efef 100644 --- a/interfaces/clsql-uffi/clsql-uffi-loader.cl +++ b/interfaces/clsql-uffi/clsql-uffi-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi-loader.cl,v 1.10 2002/05/14 16:51:06 kevin Exp $ +;;;; $Id: clsql-uffi-loader.cl,v 1.11 2002/05/15 18:05:51 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,8 +22,9 @@ (defvar *clsql-uffi-library-filename* (uffi:find-foreign-library "clsql-uffi" - `(,(translate-logical-pathname - "CL-LIBRARY:clsql;interfaces;clsql-uffi;") + `(,(directory-namestring + (translate-logical-pathname + "CL-LIBRARY:clsql;interfaces;clsql-uffi;")) "/usr/share/common-lisp/source/clsql/interfaces/clsql-uffi/"))) (defvar *clsql-uffi-supporting-libraries* '("c")