We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76f0026 commit 2eacaedCopy full SHA for 2eacaed
opam
@@ -7,7 +7,7 @@ license: "LGPL"
7
depends: [ "coq" {>= "8.8" & < "8.9~"} ]
8
depopts: [ "coq-mathcomp-ssreflect" ]
9
build: [
10
- ["sh" "-exc" "./configure" "%{coq-mathcomp-ssreflect:enable}%-ssr"]
+ ["sh" "-exc" "./configure --%{coq-mathcomp-ssreflect:enable}%-ssr"]
11
[make "-j%{jobs}%"]
12
[make "install"]
13
]
0 commit comments