From 686503bfe85436e5af927a02f7e1fb0bf2f975c9 Mon Sep 17 00:00:00 2001 From: Emilio Jesus Gallego Arias Date: Thu, 27 Sep 2018 15:46:21 +0200 Subject: [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. --- topbin/dune | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'topbin') 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) -- cgit v1.2.3