Skip to content

Commit a977696

Browse files
committed
No ocamlfind.1.9.8 on 5.0.0+ for MSYS2/Cygwin
ocamlfind 1.9.8 doesn't configure correctly on MSYS2 or Cygwin when building with OCaml 5 onwards.
1 parent 2ec6d6c commit a977696

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)