aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-04-23 17:14:08 +0200
committerEmilio Jesus Gallego Arias2019-04-24 06:05:40 +0200
commitddece4b6c28b568984c23bdae74ef62321781c2f (patch)
tree6c47ed6cb444e8943856d5bc1920a17a54b434cf
parent75c5264aa687480c66a6765d64246b5ebd2c0d54 (diff)
[dune] Build coqc.byte executable.
This may be useful in a few cases, like testing compilation with byte-plugins; I chose to install it globally tho it is more of a developer target.
-rw-r--r--topbin/dune5
1 files changed, 5 insertions, 0 deletions
diff --git a/topbin/dune b/topbin/dune
index e35a3de54b..3b861afe78 100644
--- a/topbin/dune
+++ b/topbin/dune
@@ -28,6 +28,11 @@
(libraries coq.toplevel)
(link_flags -linkall))
+(install
+ (section bin)
+ (package coq)
+ (files (coqc_bin.bc as coqc.byte)))
+
; Workers
(executables
(names coqqueryworker_bin coqtacticworker_bin coqproofworker_bin)