Skip to content

Commit 8173d53

Browse files
committed
Correct 'os !="windows"' in coq-lsp 0.2.3+9.0
1 parent df47b5a commit 8173d53

File tree

1 file changed

+1
-1
lines changed
  • packages/coq-lsp/coq-lsp.0.2.3+9.0

1 file changed

+1
-1
lines changed

packages/coq-lsp/coq-lsp.0.2.3+9.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ depends: [
4040
"rocq-stdlib"
4141

4242
# [release branch] Remove
43-
"ocamlfind" {>= "1.9.1" & (>= "1.9.8" | os != "windows") }
43+
"ocamlfind" {>= "1.9.1" & (>= "1.9.8" | os-family != "windows") }
4444
"zarith" {>= "1.13"}
4545

4646
# serlib deps: see what we need to keep for release

0 commit comments

Comments
 (0)