this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26875 from mtelvers/postgresql

Fix PostgreSQL on Cygwin

authored by

Marcello Seri and committed by
GitHub
f0f88dc8 6b5f49f3

+2 -2
+1 -1
packages/conf-mingw-w64-postgresql-i686/conf-mingw-w64-postgresql-i686.1/opam
··· 8 8 bug-reports: "https://github.com/ocaml/opam-repository/issues" 9 9 flags: conf 10 10 available: os = "win32" 11 - build: ["pkgconf" "--personality=i686-w64-mingw32" "postgresql"] 11 + build: ["pkgconf" "--personality=i686-w64-mingw32" "libpq"] 12 12 depends: [ 13 13 "conf-pkg-config" {build} 14 14 "conf-mingw-w64-gcc-i686" {build}
+1 -1
packages/conf-mingw-w64-postgresql-x86_64/conf-mingw-w64-postgresql-x86_64.1/opam
··· 8 8 bug-reports: "https://github.com/ocaml/opam-repository/issues" 9 9 flags: conf 10 10 available: os = "win32" 11 - build: ["pkgconf" "--personality=x86_64-w64-mingw32" "postgresql"] 11 + build: ["pkgconf" "--personality=x86_64-w64-mingw32" "libpq"] 12 12 depends: [ 13 13 "conf-pkg-config" {build} 14 14 "conf-mingw-w64-gcc-x86_64" {build}