aboutsummaryrefslogtreecommitdiff
path: root/dev/dune
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-11-21 13:06:23 +0100
committerPierre-Marie Pédrot2018-11-21 13:06:23 +0100
commite0db7f1baef37bb60db2dd1c963572f175392783 (patch)
tree8fc59a2d77d5cd32622c5a4f2071d22abee5a78f /dev/dune
parent4d0fea2ededb11d79f4f1abcc1595f9cec20d6dd (diff)
parent7aeddf5cbf5755dab1cdcbab832c3d51a02c6c84 (diff)
Merge PR #8961: dune: link kernel in checker instead of copying files
Diffstat (limited to 'dev/dune')
-rw-r--r--dev/dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/dune b/dev/dune
index 7dfaa616b6..792da6254a 100644
--- a/dev/dune
+++ b/dev/dune
@@ -10,7 +10,7 @@
(rule
(targets dune-dbg)
(deps dune-dbg.in
- ../checker/main.bc
+ ../checker/coqchk.bc
../topbin/coqtop_byte_bin.bc
; This is not enough as the call to `ocamlfind` will fail :/
top_printers.cma)