Skip to content

Commit 9134a62

Browse files
committed
Correct 'os !="windows"' in rocq-runtime 9.1.0
1 parent 243e141 commit 9134a62

File tree

1 file changed

+1
-1
lines changed
  • packages/rocq-runtime/rocq-runtime.9.1.0

1 file changed

+1
-1
lines changed

packages/rocq-runtime/rocq-runtime.9.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bug-reports: "https://github.com/rocq-prover/rocq/issues"
2727
depends: [
2828
"dune" {>= "3.8"}
2929
"ocaml" {>= "4.14.0"}
30-
"ocamlfind" {>= "1.9.1" & (>= "1.9.8" | os != "windows")}
30+
"ocamlfind" {>= "1.9.1" & (>= "1.9.8" | os-family != "windows")}
3131
"zarith" {>= "1.11"}
3232
"conf-linux-libc-dev" {os = "linux"}
3333
"odoc" {with-doc}

0 commit comments

Comments
 (0)