Skip to content

Commit 2eacaed

Browse files
author
Christian Doczkal
committed
fix opam file
1 parent 76f0026 commit 2eacaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: "LGPL"
77
depends: [ "coq" {>= "8.8" & < "8.9~"} ]
88
depopts: [ "coq-mathcomp-ssreflect" ]
99
build: [
10-
["sh" "-exc" "./configure" "%{coq-mathcomp-ssreflect:enable}%-ssr"]
10+
["sh" "-exc" "./configure --%{coq-mathcomp-ssreflect:enable}%-ssr"]
1111
[make "-j%{jobs}%"]
1212
[make "install"]
1313
]

0 commit comments

Comments
 (0)