coqPackages.serapi: fix build with Coq 8.16
This commit is contained in:
parent
e97f8fecfa
commit
df33946f5e
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ in
|
|||
then [
|
||||
./janestreet-0.15.patch
|
||||
]
|
||||
else if version == "8.17.0+0.17.0"
|
||||
else if version == "8.16.0+0.16.3" || version == "8.17.0+0.17.0"
|
||||
then [
|
||||
./janestreet-0.16.patch
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue