Skip to content

Commit 1ec0eeb

Browse files
authored
Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin
Constrain ocamlfind.1.9.8 to OCaml < 5.0.0 for MSYS2/Cygwin
2 parents 2ec6d6c + a977696 commit 1ec0eeb

File tree

1 file changed

+1
-1
lines changed
  • packages/ocamlfind/ocamlfind.1.9.8

1 file changed

+1
-1
lines changed

packages/ocamlfind/ocamlfind.1.9.8/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license: "MIT"
1212
homepage: "http://projects.camlcity.org/projects/findlib.html"
1313
bug-reports: "https://github.com/ocaml/ocamlfind/issues"
1414
depends: [
15-
"ocaml" {>= "3.08.0"}
15+
"ocaml" {>= "3.08.0" & (os != "cygwin" & os-distribution != "msys2" | < "5.0")}
1616
]
1717
depopts: ["graphics"]
1818
build: [

0 commit comments

Comments
 (0)