Skip to content

Commit c16c5a8

Browse files
authored
Merge pull request #26222 from hhugo/patch-1
ppx_expect v0.17.0 broken on windows
2 parents 4f0e68e + be8530e commit c16c5a8

File tree

1 file changed

+1
-1
lines changed
  • packages/ppx_expect/ppx_expect.v0.17.0

1 file changed

+1
-1
lines changed

packages/ppx_expect/ppx_expect.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ depends: [
1818
"dune" {>= "3.11.0"}
1919
"ppxlib" {>= "0.28.0"}
2020
]
21-
available: arch != "arm32" & arch != "x86_32"
21+
available: arch != "arm32" & arch != "x86_32" & os != "win32"
2222
synopsis: "Cram like framework for OCaml"
2323
description: "
2424
Part of the Jane Street's PPX rewriters collection.

0 commit comments

Comments
 (0)