r9488: update loader for names used on windows platforms
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 27 May 2004 15:37:20 +0000 (15:37 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 27 May 2004 15:37:20 +0000 (15:37 +0000)
db-sqlite/sqlite-loader.lisp

index d6254737b26004984cfef4774b1d05438164de6f..aa25d5e44d835b34cb5207eb13a0f2bf947acbdf 100644 (file)
@@ -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"