X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-postgresql%2Fpostgresql-loader.lisp;fp=db-postgresql%2Fpostgresql-loader.lisp;h=a7fefa9eceba5fd747673279ee659efdf9a13509;hb=81456a9d051332aa728013a819fe1c38b6be7529;hp=ffaf53f2b7bd87bf1c955ffdeb9cc41b87697f31;hpb=2e17c74c593afd0ec01c5f0dffda974a02704eb2;p=clsql.git diff --git a/db-postgresql/postgresql-loader.lisp b/db-postgresql/postgresql-loader.lisp index ffaf53f..a7fefa9 100644 --- a/db-postgresql/postgresql-loader.lisp +++ b/db-postgresql/postgresql-loader.lisp @@ -39,7 +39,8 @@ 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/" "/sw/lib/") + "/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" "dylib")