File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
conf-mingw-w64-postgresql-i686/conf-mingw-w64-postgresql-i686.1
conf-mingw-w64-postgresql-x86_64/conf-mingw-w64-postgresql-x86_64.1 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage: "http://www.postgresql.org"
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}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ homepage: "http://www.postgresql.org"
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}
You can’t perform that action at this time.
0 commit comments