Skip to content

Commit b51ef38

Browse files
authored
Merge pull request #27643 from olafhering/odd
enable build on SUSE Linux
2 parents f92e43c + d13c719 commit b51ef38

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/bin_prot/bin_prot.v0.17.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ depends: [
2424
depopts: [
2525
"mirage-xen-ocaml"
2626
]
27-
available: arch != "arm32" & arch != "x86_32" & os != "freebsd" & os-family != "opensuse" & os-family != "suse"
27+
available: arch != "arm32" & arch != "x86_32" & os != "freebsd"
2828
synopsis: "A binary protocol generator"
2929
description: "
3030
Part of Jane Street's Core library

0 commit comments

Comments
 (0)