aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2018-10-02 15:34:04 +0200
committerPierre-Marie Pédrot2018-10-02 15:34:04 +0200
commite65d160d5fa4e0b8b5754b0925b0b5a880523bc5 (patch)
tree21600f3e1fbb6fb82ccf941d6f4246968eb541d6 /tools
parent5424ad236574e22a7ef2dce0d1d9468a9b768a16 (diff)
parent8c40e6eb7f5bd2421ed6a22a0b44490f3d1fb9ef (diff)
Merge PR #8572: [config] Miscellaneous cleaning of configuration variables.
Diffstat (limited to 'tools')
-rw-r--r--tools/coqdep.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqdep.ml b/tools/coqdep.ml
index 7db0b28908..ba88069be9 100644
--- a/tools/coqdep.ml
+++ b/tools/coqdep.ml
@@ -496,7 +496,7 @@ let rec parse = function
| "-dumpgraphbox" :: f :: ll -> option_dump := Some (true, f); parse ll
| "-exclude-dir" :: r :: ll -> System.exclude_directory r; parse ll
| "-exclude-dir" :: [] -> usage ()
- | "-coqlib" :: r :: ll -> Flags.coqlib_spec := true; Flags.coqlib := r; parse ll
+ | "-coqlib" :: r :: ll -> Envars.set_user_coqlib r; parse ll
| "-coqlib" :: [] -> usage ()
| "-suffix" :: s :: ll -> suffixe := s ; parse ll
| "-suffix" :: [] -> usage ()