aboutsummaryrefslogtreecommitdiff
path: root/dev/dune
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-01-19 22:04:15 +0100
committerGaëtan Gilbert2020-01-19 22:04:15 +0100
commit26bf92e978eca1f405b302a2e02b1cadc4723b76 (patch)
treeed3365e4ecb9b07c87e385da6c32fc24bab6a52a /dev/dune
parentb2352a5025e290e4e0a00df162d05f95bcc0f05a (diff)
parent4a76c9f34c0468cc4b62239ca2adb83204a8b509 (diff)
Merge PR #11406: [dune] [dbg] Add support for coqtop in dune-dbg
Reviewed-by: SkySkimmer
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)))