From: Kevin M. Rosenberg Date: Thu, 27 May 2004 15:37:20 +0000 (+0000) Subject: r9488: update loader for names used on windows platforms X-Git-Tag: v3.8.6~367 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=96f11bcf17e429fca93f990a79d07a2b1d24a1df r9488: update loader for names used on windows platforms --- diff --git a/db-sqlite/sqlite-loader.lisp b/db-sqlite/sqlite-loader.lisp index d625473..aa25d5e 100644 --- a/db-sqlite/sqlite-loader.lisp +++ b/db-sqlite/sqlite-loader.lisp @@ -36,9 +36,9 @@ set to the right path before compiling or loading the system.") t #-clisp (let ((libpath (uffi:find-foreign-library - "libsqlite" + '("libsqlite" "sqlite") '(#+64bit "/usr/lib64/" - "/usr/lib/" "/usr/local/lib/") + "/usr/lib/" "/usr/local/lib/" "/bin/") :drive-letters '("C" "D" "E")))) (if (uffi:load-foreign-library libpath :module "sqlite"