aboutsummaryrefslogtreecommitdiff
path: root/topbin
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-09-28 15:36:14 +0200
committerGaëtan Gilbert2018-09-28 15:36:14 +0200
commitd0122151acdbe15b88d144b730baf5b0febf3c70 (patch)
treee1649d77813269a8f27ab25530718a994ce0b25c /topbin
parentf070a1f6eb99de1461d5a846a4f9ed47dafa79c6 (diff)
parent1a331405aa87c81eb51929557a7f3f10f8eabccf (diff)
Merge PR #8578: [dune] Allow to build CI after a Dune build.
Diffstat (limited to 'topbin')
-rw-r--r--topbin/dune6
1 files changed, 5 insertions, 1 deletions
diff --git a/topbin/dune b/topbin/dune
index e89f6c4b13..5f07492a10 100644
--- a/topbin/dune
+++ b/topbin/dune
@@ -1,6 +1,10 @@
+(install
+ (section bin)
+ (files (coqtop_bin.exe as coqtop)))
+
(executable
(name coqtop_bin)
- (public_name coqtop)
+ (public_name coqtop.opt)
(package coq)
(modules coqtop_bin)
(libraries coq.toplevel)