File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
conf-mingw-w64-pcre-i686/conf-mingw-w64-pcre-i686.1
conf-mingw-w64-pcre-x86_64/conf-mingw-w64-pcre-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 @@ -10,7 +10,7 @@ license: "BSD-3-Clause"
1010homepage: "https://www.pcre.org/"
1111bug-reports: "https://github.com/ocaml/opam-repository/issues"
1212flags: conf
13- available: os = "win32" & os-distribution = "cygwin"
13+ available: os = "win32"
1414build: ["pkgconf" "--personality=i686-w64-mingw32" "libpcre"]
1515depends: [
1616 "conf-pkg-config" {build}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license: "BSD-3-Clause"
1010homepage: "https://www.pcre.org/"
1111bug-reports: "https://github.com/ocaml/opam-repository/issues"
1212flags: conf
13- available: os = "win32" & os-distribution = "cygwin"
13+ available: os = "win32"
1414build: ["pkgconf" "--personality=x86_64-w64-mingw32" "libpcre"]
1515depends: [
1616 "conf-pkg-config" {build}
You can’t perform that action at this time.
0 commit comments