aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-12-09 22:40:03 +0100
committerGaëtan Gilbert2019-12-09 22:40:03 +0100
commitdefda813f09428c446df5b4c964dc228587931d8 (patch)
treef19469d8f878dcdb6ae8cdfbf31c19b4c13146de
parentfa50ef6b47baa0d1c6ec79e6e4ec364fd47393a3 (diff)
dune: Add byte mode for coqchk and coqide (fix dune-dbg for dune 2)
dune-dbg depends on coqchk.bc and coqide_main.bc, and apparently they now need explicit modes to be produced.
-rw-r--r--checker/dune1
-rw-r--r--ide/dune1
2 files changed, 2 insertions, 0 deletions
diff --git a/checker/dune b/checker/dune
index 73cbbc8d19..af7d4f2923 100644
--- a/checker/dune
+++ b/checker/dune
@@ -12,6 +12,7 @@
(executable
(name coqchk)
(public_name coqchk)
+ (modes exe byte)
(package coq)
(modules coqchk)
(flags :standard -open Coq_checklib)
diff --git a/ide/dune b/ide/dune
index a599be9351..12bad7ebc4 100644
--- a/ide/dune
+++ b/ide/dune
@@ -48,6 +48,7 @@
(package coqide)
(optional)
(modules coqide_main)
+ (modes exe byte)
(libraries coqide_gui))
; Input-method bindings