aboutsummaryrefslogtreecommitdiff
path: root/topbin
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-09-27 15:46:21 +0200
committerEmilio Jesus Gallego Arias2018-09-27 15:57:54 +0200
commit686503bfe85436e5af927a02f7e1fb0bf2f975c9 (patch)
tree2638e6b734f50414e38b87598ea85d177e552719 /topbin
parent64a8f3cbb2fa278ed9d7bf2e5567d4e2b9bfa9dc (diff)
[coqc] Use standard binary location routine from lib
Instead of rolling our own, we use the standard one that works well when binaries are symlinked.
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)