aboutsummaryrefslogtreecommitdiff
path: root/dev/dune
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 /dev/dune
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 'dev/dune')
-rw-r--r--dev/dune4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev/dune b/dev/dune
index 11e42f97f3..b312a55706 100644
--- a/dev/dune
+++ b/dev/dune
@@ -13,6 +13,8 @@
../checker/coqchk.bc
../topbin/coqc_bin.bc
../ide/coqide_main.bc
- ; This is not enough as the call to `ocamlfind` will fail :/
+ %{lib:coq.plugins.ltac:ltac_plugin.cma}
+ ; This is not enough, the call to `ocamlfind` may fail if the
+ ; META file is not yet in place :/
top_printers.cma)
(action (copy dune-dbg.in dune-dbg)))