mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
fix in opam file
This commit is contained in:
parent
71200296b8
commit
3ae7c59289
1 changed files with 1 additions and 1 deletions
2
opam
2
opam
|
|
@ -6,7 +6,7 @@ maintainer: "simon.cruanes@inria.fr"
|
||||||
build: [
|
build: [
|
||||||
["./configure"
|
["./configure"
|
||||||
"--prefix" prefix
|
"--prefix" prefix
|
||||||
"--%{base-threads:enable%}-thread"
|
"--%{base-threads:enable}%-thread"
|
||||||
"--disable-bench"
|
"--disable-bench"
|
||||||
"--disable-tests"
|
"--disable-tests"
|
||||||
"--%{lwt:enable}%-lwt"
|
"--%{lwt:enable}%-lwt"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue