aboutsummaryrefslogtreecommitdiff
path: root/coq.opam
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-01-16 18:35:44 +0100
committerEmilio Jesus Gallego Arias2020-01-17 16:21:56 +0100
commit4a76c9f34c0468cc4b62239ca2adb83204a8b509 (patch)
tree4473032427d4f58408a91be9f109075eba857002 /coq.opam
parent55ded80878d47037e49ca9b60f89c422d184899f (diff)
[dune] [dbg] Add support for coqtop in dune-dbg
We also workaround problem #11405 , however, this should be reverted once the problem is fixed in OCaml upstream.
Diffstat (limited to 'coq.opam')
-rw-r--r--coq.opam3
1 files changed, 1 insertions, 2 deletions
diff --git a/coq.opam b/coq.opam
index 6aec0132be..50f746abec 100644
--- a/coq.opam
+++ b/coq.opam
@@ -29,7 +29,6 @@ depends: [
build: [
[ "./configure" "-prefix" prefix "-native-compiler" "no" ]
- [ "dune" "build" "@vodeps" ]
- [ "dune" "exec" "coq_dune" "_build/default/.vfiles.d" ]
+ [ "make" "-f" "Makefile.dune" "voboot" ]
[ "dune" "build" "-p" name "-j" jobs ]
]