Skip to content

Commit 68e287f

Browse files
committed
Remove available-guard from conf-mingw-w64-pcre-{i686,x86_64} preventing MSys2 installation
1 parent 5bb3dc3 commit 68e287f

File tree

2 files changed

+2
-2
lines changed
  • packages
    • conf-mingw-w64-pcre-i686/conf-mingw-w64-pcre-i686.1
    • conf-mingw-w64-pcre-x86_64/conf-mingw-w64-pcre-x86_64.1

2 files changed

+2
-2
lines changed

packages/conf-mingw-w64-pcre-i686/conf-mingw-w64-pcre-i686.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license: "BSD-3-Clause"
1010
homepage: "https://www.pcre.org/"
1111
bug-reports: "https://github.com/ocaml/opam-repository/issues"
1212
flags: conf
13-
available: os = "win32" & os-distribution = "cygwin"
13+
available: os = "win32"
1414
build: ["pkgconf" "--personality=i686-w64-mingw32" "libpcre"]
1515
depends: [
1616
"conf-pkg-config" {build}

packages/conf-mingw-w64-pcre-x86_64/conf-mingw-w64-pcre-x86_64.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license: "BSD-3-Clause"
1010
homepage: "https://www.pcre.org/"
1111
bug-reports: "https://github.com/ocaml/opam-repository/issues"
1212
flags: conf
13-
available: os = "win32" & os-distribution = "cygwin"
13+
available: os = "win32"
1414
build: ["pkgconf" "--personality=x86_64-w64-mingw32" "libpcre"]
1515
depends: [
1616
"conf-pkg-config" {build}

0 commit comments

Comments
 (0)