r10268: add compatibility for sbcl-amd64
[clsql.git] / db-postgresql / postgresql-loader.lisp
index e33f1354db5d2aaf055f74bf99bbbce97ac07721..39f80a2c341f4d8796c5824f419e1b25b63353c1 100644 (file)
@@ -36,7 +36,7 @@ set to the right path before compiling or loading the system.")
   (let ((libpath (uffi:find-foreign-library 
                  "libpq"
                  '("/opt/postgresql/lib/" "/usr/local/lib/" 
-                   #+64bit "/usr/lib64/"
+                   #+(or 64bit x86-64) "/usr/lib64/"
                    "/usr/lib/" "/postgresql/lib/"
                    "/usr/local/pgsql/lib/" "/usr/lib/pgsql/"
                    "/opt/pgsql/lib/pgsql" "/sw/lib/pgsql/")