diff options
| author | Emilio Jesus Gallego Arias | 2018-09-27 15:46:21 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-09-27 15:57:54 +0200 |
| commit | 686503bfe85436e5af927a02f7e1fb0bf2f975c9 (patch) | |
| tree | 2638e6b734f50414e38b87598ea85d177e552719 /lib/system.mli | |
| parent | 64a8f3cbb2fa278ed9d7bf2e5567d4e2b9bfa9dc (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 'lib/system.mli')
| -rw-r--r-- | lib/system.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.mli b/lib/system.mli index a34280037c..f13fd30923 100644 --- a/lib/system.mli +++ b/lib/system.mli @@ -122,4 +122,4 @@ val with_time : batch:bool -> ('a -> 'b) -> 'a -> 'b the right name you want you execution to fail rather than fall into choosing some random binary from the system-wide installation of Coq. *) -val get_toplevel_path : string -> string +val get_toplevel_path : ?byte:bool -> string -> string |
