coqPackages.serapi: fix build with Coq 8.16
This commit is contained in:
committed by
Vincent Laporte
parent
e97f8fecfa
commit
df33946f5e
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user