X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-postgresql%2Fpostgresql-loader.lisp;h=a7fefa9eceba5fd747673279ee659efdf9a13509;hb=81456a9d051332aa728013a819fe1c38b6be7529;hp=39f80a2c341f4d8796c5824f419e1b25b63353c1;hpb=89ff7b55c083fa1095be19d7388d3c490bfc90c5;p=clsql.git diff --git a/db-postgresql/postgresql-loader.lisp b/db-postgresql/postgresql-loader.lisp index 39f80a2..a7fefa9 100644 --- a/db-postgresql/postgresql-loader.lisp +++ b/db-postgresql/postgresql-loader.lisp @@ -39,10 +39,11 @@ set to the right path before compiling or loading the system.") #+(or 64bit x86-64) "/usr/lib64/" "/usr/lib/" "/postgresql/lib/" "/usr/local/pgsql/lib/" "/usr/lib/pgsql/" - "/opt/pgsql/lib/pgsql" "/sw/lib/pgsql/") + "/opt/pgsql/lib/pgsql" "/sw/lib/pgsql/" "/sw/lib/" + "/windows/system32/") :drive-letters '("C" "D" "E") #+(or macosx darwin ccl-5.0) :types - #+(or macosx darwin ccl-5.0) '("so") + #+(or macosx darwin ccl-5.0) '("so" "dylib") ))) (if (uffi:load-foreign-library libpath :module "postgresql"