From defda813f09428c446df5b4c964dc228587931d8 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Mon, 9 Dec 2019 22:40:03 +0100 Subject: 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. --- ide/dune | 1 + 1 file changed, 1 insertion(+) (limited to 'ide') 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 -- cgit v1.2.3